diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 20:28:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-20 20:32:47 +0200 |
commit | f3e1e1be58f7e50ca2c2e82db663b9b915d2d5c2 (patch) | |
tree | 5f788f1ce9c6cd9e4ea358bc0c46aff3dd10cd83 /media-libs/ctl | |
parent | dev-libs/imath: drop ~ia64 keyword (diff) | |
download | gentoo-f3e1e1be58f7e50ca2c2e82db663b9b915d2d5c2.tar.gz gentoo-f3e1e1be58f7e50ca2c2e82db663b9b915d2d5c2.tar.bz2 gentoo-f3e1e1be58f7e50ca2c2e82db663b9b915d2d5c2.zip |
media-libs/ctl: unkeyword 1.5.2_p20221224 for ~ia64
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/ctl')
-rw-r--r-- | media-libs/ctl/ctl-1.5.2_p20221224.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ctl/ctl-1.5.2_p20221224.ebuild b/media-libs/ctl/ctl-1.5.2_p20221224.ebuild index fe8ff0e39185..900fd7d7d2a3 100644 --- a/media-libs/ctl/ctl-1.5.2_p20221224.ebuild +++ b/media-libs/ctl/ctl-1.5.2_p20221224.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 @@ -14,7 +14,7 @@ S="${WORKDIR}/CTL-${MY_COMMIT}" LICENSE="AMPAS" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |