mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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 )"
|
||||
|
||||
|
||||
@@ -13,7 +13,8 @@ S="${WORKDIR}/${P}/OpenEXR"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/25" # based on SONAME
|
||||
KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv 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 ~riscv -sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
|
||||
IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
|
||||
LICENSE="BSD"
|
||||
SLOT="3/29" # based on SONAME
|
||||
# imath needs keywording: arm{,64}, hppa, ia64, ppc{,64}, sparc, x64-macos, x86-solaris
|
||||
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
|
||||
# -ppc -sparc because broken on big endian, bug #818424
|
||||
KEYWORDS="~amd64 ~ia64 -ppc -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
|
||||
IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test threads"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
|
||||
LICENSE="BSD"
|
||||
SLOT="3/30" # based on SONAME
|
||||
# imath needs keywording: x64-macos, x86-solaris
|
||||
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 large-stack static-libs utils test threads"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user