diff options
author | Sam James <sam@gentoo.org> | 2024-01-03 06:58:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-03 06:58:18 +0000 |
commit | 58e1428542ae9fc1b3980b87c7731c3f6c2daa32 (patch) | |
tree | 8efc56184022c9ffad70063f0e19ed99b4701ff9 /media-libs/suil | |
parent | media-video/ffmpeg: enable USE=pic by default (diff) | |
download | gentoo-58e1428542ae9fc1b3980b87c7731c3f6c2daa32.tar.gz gentoo-58e1428542ae9fc1b3980b87c7731c3f6c2daa32.tar.bz2 gentoo-58e1428542ae9fc1b3980b87c7731c3f6c2daa32.zip |
media-libs/suil: Stabilize 0.10.20 amd64, #918119
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/suil')
-rw-r--r-- | media-libs/suil/suil-0.10.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/suil/suil-0.10.20.ebuild b/media-libs/suil/suil-0.10.20.ebuild index 338e13095611..d30982e82cdf 100644 --- a/media-libs/suil/suil-0.10.20.ebuild +++ b/media-libs/suil/suil-0.10.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="doc gtk gtk2 qt5 test X" RESTRICT="!test? ( test )" |