diff options
author | Sam James <sam@gentoo.org> | 2024-07-24 12:53:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-24 12:53:34 +0100 |
commit | 54923d461f86abb07bf5e08933ece78c3673efa9 (patch) | |
tree | 8b4593bdfa372f2d09208d2737a43af74f208874 /media-libs/tiff | |
parent | net-firewall/firewalld: remove nftables limit (diff) | |
download | gentoo-54923d461f86abb07bf5e08933ece78c3673efa9.tar.gz gentoo-54923d461f86abb07bf5e08933ece78c3673efa9.tar.bz2 gentoo-54923d461f86abb07bf5e08933ece78c3673efa9.zip |
media-libs/tiff: Stabilize 4.6.0-r1 x86, #936572
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/tiff-4.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/tiff/tiff-4.6.0-r1.ebuild b/media-libs/tiff/tiff-4.6.0-r1.ebuild index 4cf894d47161..5300896311f1 100644 --- a/media-libs/tiff/tiff-4.6.0-r1.ebuild +++ b/media-libs/tiff/tiff-4.6.0-r1.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)" LICENSE="libtiff" SLOT="0/6" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd" RESTRICT="!test? ( test )" |