diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-16 12:20:57 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-16 12:41:02 -0700 |
commit | bb01ad729efdd0e81b99b0abf375875ed3f51a22 (patch) | |
tree | 9c04b420c76ed1818ae874142b1f72f4274e9ea5 /profiles/arch/x86 | |
parent | www-client/chromium: Stabilize 100.0.4896.127 amd64, #838436 (diff) | |
download | gentoo-bb01ad729efdd0e81b99b0abf375875ed3f51a22.tar.gz gentoo-bb01ad729efdd0e81b99b0abf375875ed3f51a22.tar.bz2 gentoo-bb01ad729efdd0e81b99b0abf375875ed3f51a22.zip |
profiles: Make USE=sysprof masks global
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 11 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index c9f5459e720f..00f4b2fe76f7 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -145,17 +145,6 @@ sys-libs/glibc -static-pie mail-client/thunderbird -eme-free www-client/firefox -eme-free -# Mart Raudsepp <leio@gentoo.org> (2020-03-01) -# dev-util/sysprof-capture is keyworded on x86 -x11-wm/mutter -sysprof -dev-libs/gjs -sysprof -dev-libs/glib -sysprof -gnome-extra/cjs -sysprof -x11-libs/gtk+ -sysprof -net-libs/libsoup -sysprof -x11-libs/pango -sysprof -gui-libs/gtk -sysprof - # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26) # Vulkan is available on x86. dev-qt/qt3d -vulkan diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index a499df4e822f..b51481a896ec 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Matt Turner <mattst88@gentoo.org> (2022-04-16) +# dev-util/sysprof-capture is keyworded on x86 +-sysprof + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernels are supported here. -dist-kernel |