diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-12-10 19:36:00 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-12-10 19:36:00 +0200 |
commit | d090196038c53a716af0ef390e7ce953a94af664 (patch) | |
tree | 75453aff44522ebdda63bc1381c4a574fd8fa177 | |
parent | x11-misc/synergy: Stabilize 1.9.1-r1 ppc64, #757729 (diff) | |
download | gentoo-d090196038c53a716af0ef390e7ce953a94af664.tar.gz gentoo-d090196038c53a716af0ef390e7ce953a94af664.tar.bz2 gentoo-d090196038c53a716af0ef390e7ce953a94af664.zip |
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@gentoo.org>
-rw-r--r-- | dev-libs/gjs/gjs-1.66.1.ebuild | 2 | ||||
-rw-r--r-- | profiles/targets/desktop/gnome/make.defaults | 2 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.24-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.24.ebuild | 2 | ||||
-rw-r--r-- | 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 fcc5377cbee2..857e675b110c 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 808c1ad7326e..82661cdf4d80 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 e4f339007985..161a79cacb81 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 bb71f7877e63..4a70f48ff70e 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 de7a8a883a14..9c81a28880df 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 ) |