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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AF61158086 for ; Sat, 16 Oct 2021 09:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86160E0827; Sat, 16 Oct 2021 09:15:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E99DE0828 for ; Sat, 16 Oct 2021 09:15:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AEAB342E38 for ; Sat, 16 Oct 2021 09:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870C715A for ; Sat, 16 Oct 2021 09:15:22 +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: <1634375691.e88f49f8c37cf763d10ab1bdd733647266fb26ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/, profiles/arch/powerpc/ppc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/64le/package.mask profiles/arch/powerpc/ppc64/package.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ profiles/arch/powerpc/ppc64/64le/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e88f49f8c37cf763d10ab1bdd733647266fb26ec X-VCS-Branch: master Date: Sat, 16 Oct 2021 09:15:22 +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: fe0a3bda-124f-4cab-bd62-b97fca5c5361 X-Archives-Hash: 0d5ee7298440021aedda4b7cff9baace commit: e88f49f8c37cf763d10ab1bdd733647266fb26ec Author: Sam James gentoo org> AuthorDate: Sat Oct 16 08:18:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 16 09:14:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88f49f8 profiles/arch/powerpc/ppc64: mask media-libs/ctl on BE Needs media-libs/openexr. Signed-off-by: Sam James gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 1 + profiles/arch/powerpc/ppc64/package.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 054e4ae4367..056cbbb86b5 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -5,6 +5,7 @@ # Broken on big endian, but should be fine on le. # bug #818424 -media-libs/openexr +-media-libs/ctl # Sam James (2021-10-16) # Fails with "No byte-swap function available on big-endian platform." on be diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index 6af4a28d542..6f2d32b219b 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -5,6 +5,7 @@ # Broken on big endian. # bug #818424 media-libs/openexr +media-libs/ctl # Sam James (2021-10-16) # Fails with "No byte-swap function available on big-endian platform."