* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/arm64/, profiles/arch/powerpc/ppc64/, ...
@ 2024-06-12 2:10 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-06-12 2:10 UTC (permalink / raw
To: gentoo-commits
commit: 949c058db2f2444484cabd7e434ac905ff7982c4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 02:10:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 02:10:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949c058d
profiles/arch: cleanup wlroots masks
Move into package.use.stable.mask for ppc64+x86 now that it's keyworded
there. Cleanup the other masks.
Closes: https://bugs.gentoo.org/931777
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 -----
profiles/arch/arm64/package.use.mask | 5 -----
profiles/arch/base/package.use.mask | 5 -----
profiles/arch/powerpc/ppc64/package.use.stable.mask | 4 ++++
profiles/arch/riscv/package.use.mask | 5 -----
profiles/arch/x86/package.use.stable.mask | 4 ++++
6 files changed, 8 insertions(+), 20 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index fd3bee6f4be7..c35791e826ac 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -79,11 +79,6 @@ sys-kernel/gentoo-kernel-bin -generic-uki
# dev-qt/qtwebengine:6 is keyworded here.
dev-python/PyQt6 -pdfium
-# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
-# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
-# are only available for amd64, arm64 and riscv
->=gui-libs/wlroots-0.17.0 -drm -liftoff
-
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
# Unmask on amd64.
media-video/obs-studio -qsv -websocket
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 36a23c24ef07..b9681123ab1f 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -21,11 +21,6 @@ media-libs/openpgl -cpu_flags_arm_neon
# virt-firmware is keyworded here
sys-kernel/installkernel -efistub
-# Mart Raudsepp <leio@gentoo.org> (2024-03-03)
-# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
-# are only available for amd64, arm64 and riscv
->=gui-libs/wlroots-0.17.0 -drm -liftoff
-
# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
# Test dependencies not keyworded on this arch.
www-servers/nginx test
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index ab532b7a07b8..19313c3ec2d8 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -59,11 +59,6 @@ sys-kernel/gentoo-kernel-bin generic-uki
# Needs dev-qt/qtwebengine:6 which has very few keywords.
dev-python/PyQt6 pdfium
-# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
-# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
-# are only available for amd64, arm64 and riscv
->=gui-libs/wlroots-0.17.0 drm liftoff
-
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
# media-libs/libvpl is only keyworded for amd64 at this time.
media-video/obs-studio qsv
diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index dbbd4dfe6178..2736095ca47a 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2024-06-12)
+# dev-libs/libliftoff not yet marked stable here
+gui-libs/wlroots liftoff
+
# Sam James <sam@gentoo.org> (2024-04-30)
# sys-block/nbdkit is not yet marked stable here
app-emulation/libvirt nbd
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 71f3b1ed025f..371cdfdc4ec8 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -21,11 +21,6 @@ app-emulation/libvirt nbd
# Unmask only where grub is keyworded
sys-kernel/installkernel -grub
-# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-22)
-# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
-# are only available for amd64, arm64 and riscv
->=gui-libs/wlroots-0.17.0 -drm -liftoff
-
# Ionen Wolkens <ionen@gentoo.org> (2023-10-09)
# media-libs/shaderc is keyworded here.
media-libs/libplacebo -shaderc
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 7a39da3cbf11..533b47b57efd 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2024-06-12)
+# dev-libs/libliftoff not yet marked stable here
+gui-libs/wlroots liftoff
+
# Sam James <sam@gentoo.org> (2024-04-30)
# sys-block/nbdkit is not yet marked stable here
app-emulation/libvirt nbd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-12 2:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 2:10 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/arm64/, profiles/arch/powerpc/ppc64/, Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox