diff options
author | 2025-01-29 00:34:22 +0100 | |
---|---|---|
committer | 2025-01-29 00:34:22 +0100 | |
commit | 62d6fe6750c1b339dc3326c1681f09a76c2c2546 (patch) | |
tree | afc2f70c15dd7e95ff658ab219cb8b4c76512ed8 /media-sound | |
parent | media-sound/vmpk: Stabilize 0.9.1-r1 amd64, #948971 (diff) | |
download | gentoo-62d6fe6750c1b339dc3326c1681f09a76c2c2546.tar.gz gentoo-62d6fe6750c1b339dc3326c1681f09a76c2c2546.tar.bz2 gentoo-62d6fe6750c1b339dc3326c1681f09a76c2c2546.zip |
media-sound/drumstick: Stabilize 2.10.0 amd64, #948971
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/drumstick/drumstick-2.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/drumstick/drumstick-2.10.0.ebuild b/media-sound/drumstick/drumstick-2.10.0.ebuild index 255774dc750b..52bcb9b89472 100644 --- a/media-sound/drumstick/drumstick-2.10.0.ebuild +++ b/media-sound/drumstick/drumstick-2.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="alsa doc fluidsynth test" RESTRICT="!test? ( test )" |