diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-17 21:52:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-17 21:52:01 +0200 |
commit | 9e22721dab0d3bbfa6b05a7f8ac2ca55a6f70c13 (patch) | |
tree | b9f7123631bc953891e91909af80fe6f29ff1410 /media-libs/tiff | |
parent | sci-mathematics/ent: update SRC_URI (diff) | |
download | gentoo-9e22721dab0d3bbfa6b05a7f8ac2ca55a6f70c13.tar.gz gentoo-9e22721dab0d3bbfa6b05a7f8ac2ca55a6f70c13.tar.bz2 gentoo-9e22721dab0d3bbfa6b05a7f8ac2ca55a6f70c13.zip |
media-libs/tiff: Stabilize 4.5.0 sparc, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/tiff-4.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/tiff/tiff-4.5.0.ebuild b/media-libs/tiff/tiff-4.5.0.ebuild index 16dc6945dd04..55ea831eab4d 100644 --- a/media-libs/tiff/tiff-4.5.0.ebuild +++ b/media-libs/tiff/tiff-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd" RESTRICT="!test? ( test )" |