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 7DB1313835A for ; Sat, 6 Feb 2021 20:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53ECE0837; Sat, 6 Feb 2021 20:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A21C6E0837 for ; Sat, 6 Feb 2021 20:56:27 +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 5C45A3435B4 for ; Sat, 6 Feb 2021 20:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E6724AF for ; Sat, 6 Feb 2021 20:56:24 +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: <1612644979.69cc584ef3da6caee60f418c17bbe42e1a0964a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/sparc/, profiles/arch/powerpc/ppc64/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask profiles/arch/arm/package.use.mask profiles/arch/arm64/package.use.mask profiles/arch/hppa/package.use.mask profiles/arch/ia64/package.use.mask profiles/arch/mips/package.use.mask profiles/arch/powerpc/ppc32/package.use.mask profiles/arch/powerpc/ppc64/package.use.mask profiles/arch/sparc/package.use.mask profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ profiles/arch/sparc/ profiles/arch/ia64/ profiles/arch/x86/ profiles/arch/mips/ profiles/arch/alpha/ profiles/arch/arm/ profiles/arch/powerpc/ppc32/ profiles/arch/arm64/ profiles/arch/hppa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69cc584ef3da6caee60f418c17bbe42e1a0964a6 X-VCS-Branch: master Date: Sat, 6 Feb 2021 20:56:24 +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: ae8608e2-9625-4e96-8141-244f6e703aed X-Archives-Hash: 4640036a07d5ecae81c781f8e21cc0e5 commit: 69cc584ef3da6caee60f418c17bbe42e1a0964a6 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 20:44:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 20:56:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cc584e profiles/arch/*: mask media-libs/openal[sndio] where no sndio media-sound/sndio is only keyworded for ~amd64, but we'll work on that shortly. Bug: https://bugs.gentoo.org/769122 Bug: https://bugs.gentoo.org/769098 Signed-off-by: Sam James gentoo.org> profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/arm/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/hppa/package.use.mask | 5 +++++ profiles/arch/ia64/package.use.mask | 5 +++++ profiles/arch/mips/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc32/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++ profiles/arch/sparc/package.use.mask | 5 +++++ profiles/arch/x86/package.use.mask | 5 +++++ 10 files changed, 50 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index b18af669a39..f4727441298 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # Avoid pulling in a large unkeyworded dep # which is largely a desktop application diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 6563f07b4e4..f8d0a0addcf 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Jonathan Davies (2021-01-27) # No SELinux on ARM net-im/prosody selinux diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 6d2d3a52013..01f5ad4ac5d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-02-05) # Requires pandoc. We don't yet have Haskell # on arm64. bug #768738, bug #622786. diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index b533938ec02..1e62dfd8f44 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,11 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # app-text/dblatex not yet keyworded # bug #766186 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index df6cd94f282..c8a95820e8f 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # app-text/dblatex not yet keyworded # bug #766186 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 684a9b2f899..5541b1132a7 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # Joonas Niilola (2021-01-10) # Test-dep needs keywording on multiple arches, best to just mask it diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index e6b5b9dc67b..df2a14c8fe3 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # app-text/dblatex not yet keyworded # bug #766186 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 06d770374b6..676563f18df 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Sam James (2021-01-19) # app-text/dblatex not yet keyworded # bug #766186 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 7db985ea03e..416d6982c63 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5578286c72e..b29630c18e7 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-06) +# media-sound/sndio is not yet keyworded here +# bug #769098, bug #769122 +media-libs/openal sndio + # Jaco Kroon (2021-01-22) # blocksruntime (clang -fblocks requirement) for asterisk is available on this # architecture.