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:
Sam James
2021-11-14 04:22:06 +00:00
parent 152f206623
commit 3c1fdfbd69
2 changed files with 2 additions and 2 deletions

View File

@@ -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:=

View File

@@ -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 )"