From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/arch/arm/, profiles/arch/powerpc/
Date: Thu, 30 Jul 2020 01:23:40 +0000 (UTC) [thread overview]
Message-ID: <1596072213.b72a6aeec96e7e980a2bbfcbfb311f64ccd916bf.sam@gentoo> (raw)
commit: b72a6aeec96e7e980a2bbfcbfb311f64ccd916bf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 17:40:24 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 01:23:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72a6aee
profiles/arch/{arm{,64}, powerpc}: unmask vulkan
Closes: https://bugs.gentoo.org/733966
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/arm/package.use.mask | 4 ----
profiles/arch/arm/package.use.stable.mask | 4 ++++
profiles/arch/arm64/package.use.mask | 4 ----
profiles/arch/arm64/package.use.stable.mask | 4 ++++
profiles/arch/powerpc/package.use.mask | 4 ----
profiles/arch/powerpc/package.use.stable.mask | 4 ++++
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index a01f3984a6d..87f5bf05f46 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -161,10 +161,6 @@ sys-power/nut ups_drivers_nut-ipmipsu
# Requires USE=octave which is masked in this profile.
dev-python/ipython test
-# Michał Górny <mgorny@gentoo.org> (2017-08-08)
-# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan vulkan-overlay
-
# Michał Górny <mgorny@gentoo.org> (2017-08-08)
# Requires USE=opencl that is masked in this profile.
net-misc/bfgminer adl lm-sensors
diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask
index 381ee9d8b53..1471c6c3ba8 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2020-07-30)
+# glslang is not yet stable on arm
+media-libs/mesa vulkan-overlay
+
# Sam James <sam@gentoo.org> (2020-06-28)
# Deps not yet stable
# Migrated from package.use.mask
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index a36c46706d5..f3e264c4f14 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -286,10 +286,6 @@ dev-python/python-neutronclient test
# Support for g15daemon still needs -9999 packages on all arches
media-sound/mumble g15
-# Michał Górny <mgorny@gentoo.org> (2017-08-08)
-# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan vulkan-overlay
-
# Alexis Ballier <aballier@gentoo.org> (2017-07-20)
# media-libs/libemf fails with #error unknown CPU.
media-gfx/pstoedit emf
diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask
index 10431216295..3904417587d 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2020-07-30)
+# glslang is not yet stable on arm64
+media-libs/mesa vulkan-overlay
+
# Sam James <sam@gentoo.org> (2020-07-16)
# Pulls in too many yet unstable versions of
# e.g. matplotlib
diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask
index e8370817ff0..63c47d689ff 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -159,10 +159,6 @@ app-forensics/sleuthkit java
# Requires USE=ipmi which is masked in this profile.
sys-power/nut ups_drivers_nut-ipmipsu
-# Michał Górny <mgorny@gentoo.org> (2017-08-08)
-# Required VIDEO_CARDS=i965/radeonsi, both masked in this profile.
-media-libs/mesa vulkan vulkan-overlay
-
# Michał Górny <mgorny@gentoo.org> (2017-08-08)
# Requires USE=opencl that is masked in this profile.
net-misc/bfgminer adl lm-sensors
diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask
index 95bc8068e11..f1e9b3c2ab0 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2020-07-30)
+# glslang is not yet stable on ppc{,64}
+media-libs/mesa vulkan-overlay
+
# Sergei Trofimovich <slyfox@gentoo.org> (2019-12-12)
# Needs stable net-libs/webkit-gtk, bug #684702
dev-util/geany-plugins markdown
next reply other threads:[~2020-07-30 1:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 1:23 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-04-22 17:03 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/arch/arm/, profiles/arch/powerpc/ Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596072213.b72a6aeec96e7e980a2bbfcbfb311f64ccd916bf.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox