mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/ctl: destabilize for ppc64
[Same as for openexr: 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> Closes: https://github.com/gentoo/gentoo/pull/22940 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ampas/CTL/archive/${P}.tar.gz"
|
||||
|
||||
LICENSE="AMPAS"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ia64 ppc64 x86"
|
||||
KEYWORDS="amd64 ~ia64 ~ppc64 x86"
|
||||
|
||||
RDEPEND="media-libs/ilmbase:=
|
||||
media-libs/openexr:=
|
||||
|
||||
@@ -12,7 +12,7 @@ S="${WORKDIR}/CTL-ctl-${PV}"
|
||||
|
||||
LICENSE="AMPAS"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ia64 ppc64 x86"
|
||||
KEYWORDS="amd64 ~ia64 ~ppc64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user