From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0510158086 for ; Sun, 14 Nov 2021 04:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4F39E0B00; Sun, 14 Nov 2021 04:43:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAE95E0B00 for ; Sun, 14 Nov 2021 04:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A58D343452 for ; Sun, 14 Nov 2021 04:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9471C1 for ; Sun, 14 Nov 2021 04:42:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636864966.3c1fdfbd693349f06ad3f03472a544a97c2963e3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ctl/ctl-1.5.2-r1.ebuild media-libs/ctl/ctl-1.5.2-r2.ebuild X-VCS-Directories: media-libs/ctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c1fdfbd693349f06ad3f03472a544a97c2963e3 X-VCS-Branch: master Date: Sun, 14 Nov 2021 04:42:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f613ced2-1d0d-4b40-9f9d-f26b3a9a6f00 X-Archives-Hash: 666819add9e164aa55751358327f1b45 commit: 3c1fdfbd693349f06ad3f03472a544a97c2963e3 Author: Sam James gentoo org> AuthorDate: Sun Nov 14 04:22:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 04:42:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1fdfbd 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 gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22940 Signed-off-by: Sam James gentoo.org> media-libs/ctl/ctl-1.5.2-r1.ebuild | 2 +- media-libs/ctl/ctl-1.5.2-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/ctl/ctl-1.5.2-r1.ebuild b/media-libs/ctl/ctl-1.5.2-r1.ebuild index 068acadc2a9e..7562ed9c901c 100644 --- a/media-libs/ctl/ctl-1.5.2-r1.ebuild +++ b/media-libs/ctl/ctl-1.5.2-r1.ebuild @@ -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:= diff --git a/media-libs/ctl/ctl-1.5.2-r2.ebuild b/media-libs/ctl/ctl-1.5.2-r2.ebuild index 3989ebd3bda8..45d613f9e712 100644 --- a/media-libs/ctl/ctl-1.5.2-r2.ebuild +++ b/media-libs/ctl/ctl-1.5.2-r2.ebuild @@ -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 )"