diff options
author | 2024-10-02 23:49:57 +0100 | |
---|---|---|
committer | 2024-10-02 23:52:09 +0100 | |
commit | 212ab529cfeaf931131beff1821d7202d7552c60 (patch) | |
tree | a579eaeea3340bd90062b491092930099b08dfbf /media-libs/lcms | |
parent | media-libs/lcms: Stabilize 2.16-r1 x86, #940081 (diff) | |
download | gentoo-212ab529cfeaf931131beff1821d7202d7552c60.tar.gz gentoo-212ab529cfeaf931131beff1821d7202d7552c60.tar.bz2 gentoo-212ab529cfeaf931131beff1821d7202d7552c60.zip |
media-libs/lcms: Stabilize 2.16-r1 ppc64, #940081
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/lcms-2.16-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lcms/lcms-2.16-r1.ebuild b/media-libs/lcms/lcms-2.16-r1.ebuild index a30394b31473..421857f18e77 100644 --- a/media-libs/lcms/lcms-2.16-r1.ebuild +++ b/media-libs/lcms/lcms-2.16-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/lcms2-${PV/_}" LICENSE="GPL-3 MIT" SLOT="2" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="doc jpeg static-libs tiff" |