summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-16 09:04:48 +0100
committerSam James <sam@gentoo.org>2021-10-16 10:15:00 +0100
commit450ebe685f4d5698b2a74e82201ca8876101a8f0 (patch)
tree84997dae5aa72730801cc0aa3f050c27f635762c /media-libs/openexr/openexr-2.5.6.ebuild
parentmedia-libs/openexr: dekeyword hppa (diff)
downloadgentoo-450ebe685f4d5698b2a74e82201ca8876101a8f0.tar.gz
gentoo-450ebe685f4d5698b2a74e82201ca8876101a8f0.tar.bz2
gentoo-450ebe685f4d5698b2a74e82201ca8876101a8f0.zip
media-libs/openexr: mark -ppc -sparc
Broken with big endian right now. Bug: https://bugs.gentoo.org/818424 Bug: https://bugs.gentoo.org/788235 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/openexr/openexr-2.5.6.ebuild')
-rw-r--r--media-libs/openexr/openexr-2.5.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/openexr/openexr-2.5.6.ebuild b/media-libs/openexr/openexr-2.5.6.ebuild
index afb333b3e110..0583348afc4f 100644
--- a/media-libs/openexr/openexr-2.5.6.ebuild
+++ b/media-libs/openexr/openexr-2.5.6.ebuild
@@ -13,7 +13,8 @@ S="${WORKDIR}/${P}/OpenEXR"
LICENSE="BSD"
SLOT="0/25" # based on SONAME
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+# -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"
IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
RESTRICT="!test? ( test )"