diff options
author | Sam James <sam@gentoo.org> | 2021-11-14 03:35:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-14 04:42:41 +0000 |
commit | ffcf0f8824fe88f79bb0cb9f7695b30b36acd083 (patch) | |
tree | 291726da80301af1516f108c7f33cffe462bf26f /media-libs/openexr | |
parent | dev-php/pecl-dbase: bump to v7.1.1 (diff) | |
download | gentoo-ffcf0f8824fe88f79bb0cb9f7695b30b36acd083.tar.gz gentoo-ffcf0f8824fe88f79bb0cb9f7695b30b36acd083.tar.bz2 gentoo-ffcf0f8824fe88f79bb0cb9f7695b30b36acd083.zip |
media-libs/openexr: destabilize 2.5.6 for ~ppc64
We already had to mask this on ppc64be and mark it -ppc
entirely and I don't usually do testing on ppc64le.
Let's see if we can drop the stable keyword
entirely here to make life easier.
Bug: https://bugs.gentoo.org/787452
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openexr')
-rw-r--r-- | media-libs/openexr/openexr-2.5.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/openexr/openexr-2.5.6.ebuild b/media-libs/openexr/openexr-2.5.6.ebuild index 0583348afc4f..639ad56563a2 100644 --- a/media-libs/openexr/openexr-2.5.6.ebuild +++ b/media-libs/openexr/openexr-2.5.6.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${P}/OpenEXR" LICENSE="BSD" SLOT="0/25" # based on SONAME # -ppc -sparc because broken on big endian, bug #818424 -KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ppc64 -sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="cpu_flags_x86_avx doc examples static-libs utils test" RESTRICT="!test? ( test )" |