commit:     d090196038c53a716af0ef390e7ce953a94af664
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 17:36:00 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 17:36:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0901960

profiles/targets/d/gnome: Enable sysprof by default here, not pkgs

Drop IUSE default of sysprof from all ~arch ebuilds and default enable
it in GNOME profiles instead.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/gjs/gjs-1.66.1.ebuild               | 2 +-
 profiles/targets/desktop/gnome/make.defaults | 2 +-
 x11-libs/gtk+/gtk+-3.24.24-r1.ebuild         | 2 +-
 x11-libs/gtk+/gtk+-3.24.24.ebuild            | 2 +-
 x11-wm/mutter/mutter-3.38.2.ebuild           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/gjs/gjs-1.66.1.ebuild b/dev-libs/gjs/gjs-1.66.1.ebuild
index fcc5377cbee..857e675b110 100644
--- a/dev-libs/gjs/gjs-1.66.1.ebuild
+++ b/dev-libs/gjs/gjs-1.66.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs";
 
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
-IUSE="+cairo examples gtk readline +sysprof test"
+IUSE="+cairo examples gtk readline sysprof test"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 RESTRICT="!test? ( test )"
 

diff --git a/profiles/targets/desktop/gnome/make.defaults 
b/profiles/targets/desktop/gnome/make.defaults
index 808c1ad7326..82661cdf4d8 100644
--- a/profiles/targets/desktop/gnome/make.defaults
+++ b/profiles/targets/desktop/gnome/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer 
introspection libsecret nautilus networkmanager pulseaudio tracker wayland"
+USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer 
introspection libsecret nautilus networkmanager pulseaudio sysprof tracker 
wayland"

diff --git a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild 
b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
index e4f33900798..161a79cacb8 100644
--- a/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.24-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
+sysprof test vim-syntax wayland +X xinerama"
+IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
sysprof test vim-syntax wayland +X xinerama"
 REQUIRED_USE="
        || ( aqua wayland X )
        xinerama? ( X )

diff --git a/x11-libs/gtk+/gtk+-3.24.24.ebuild 
b/x11-libs/gtk+/gtk+-3.24.24.ebuild
index bb71f7877e6..4a70f48ff70 100644
--- a/x11-libs/gtk+/gtk+-3.24.24.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.24.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="3"
-IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
+sysprof test vim-syntax wayland +X xinerama"
+IUSE="aqua broadway cloudprint colord cups examples gtk-doc +introspection 
sysprof test vim-syntax wayland +X xinerama"
 REQUIRED_USE="
        || ( aqua wayland X )
        xinerama? ( X )

diff --git a/x11-wm/mutter/mutter-3.38.2.ebuild 
b/x11-wm/mutter/mutter-3.38.2.ebuild
index de7a8a883a1..9c81a28880d 100644
--- a/x11-wm/mutter/mutter-3.38.2.ebuild
+++ b/x11-wm/mutter/mutter-3.38.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/";
 LICENSE="GPL-2+"
 SLOT="0/7" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-<api_version>.pc) should use the subslot
 
-IUSE="elogind input_devices_wacom +introspection screencast +sysprof systemd 
test udev wayland"
+IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd 
test udev wayland"
 # native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
 REQUIRED_USE="
        wayland? ( ^^ ( elogind systemd ) udev )

Reply via email to