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 88F8D138353 for ; Thu, 23 Apr 2020 21:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C75BE095E; Thu, 23 Apr 2020 21:24:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7090BE095E for ; Thu, 23 Apr 2020 21:24:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E494634F254 for ; Thu, 23 Apr 2020 21:24:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DE91F1 for ; Thu, 23 Apr 2020 21:24:30 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1587677046.c17add02b3a5a30936c631d5e4cba27e96d1ed41.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/alpha/, profiles/arch/powerpc/ppc64/64ul/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask profiles/arch/ia64/package.use.mask profiles/arch/powerpc/ppc32/package.use.mask profiles/arch/powerpc/ppc64/64ul/package.use.mask X-VCS-Directories: profiles/arch/alpha/ profiles/arch/powerpc/ppc64/64ul/ profiles/arch/powerpc/ppc32/ profiles/arch/ia64/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c17add02b3a5a30936c631d5e4cba27e96d1ed41 X-VCS-Branch: master Date: Thu, 23 Apr 2020 21:24:30 +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: 3daa05b0-8efd-4e77-a125-fc880c2e69df X-Archives-Hash: 481b66e5f004190c78f7b740cdbb1ac7 commit: c17add02b3a5a30936c631d5e4cba27e96d1ed41 Author: James Le Cuirot gentoo org> AuthorDate: Thu Apr 23 21:16:59 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Apr 23 21:24:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17add02 profiles: Mask pyopengl[test] on arches without mesa[llvm] Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc64/64ul/package.use.mask | 3 +++ 4 files changed, 15 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 25829fd4712..4236180602d 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test + # Lars Wendler (2020-04-20) # Not keyworded on alpha net-misc/whois xcrypt diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 871580a53b7..70394850894 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test + # Lars Wendler (2020-04-20) # Not keyworded on ia64 net-misc/whois xcrypt diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 1a06de0ec19..48f9c673196 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test + # Andrey Utkin (2020-03-11) # USE=bpf depends on sys-devel/clang which is not keyworded on ppc. media-tv/v4l-utils bpf diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask index f6d67874328..e3c71ebef97 100644 --- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask @@ -1,6 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2020-04-23) +# Requires media-libs/mesa[llvm], which is masked. +dev-python/pyopengl test # Georgy Yakovlev (2020-03-11) # vc not keyworded on ppc64