commit: 949d5658ac94f92ecf36500f41083f0e46f12aca
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 07:31:19 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 07:50:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949d5658
gnome-base/gnome-settings-daemon: add missing constraint between wayland and
udev USE flags
After analyzing bug #628146, under wayland, gudev is mandatory in
gsd-device-manager-udev.c.
Package-Manager: Portage-2.3.7, Repoman-2.3.3
gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
index f0967c3d950..22f909e01a9 100644
--- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.24.3.ebuild
@@ -18,12 +18,13 @@ IUSE="+colord +cups debug input_devices_wacom -openrc-force
networkmanager polic
REQUIRED_USE="
input_devices_wacom? ( udev )
smartcard? ( udev )
+ wayland? ( udev )
"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~amd64-linux ~x86-linux ~x86-solaris"
COMMON_DEPEND="
>=dev-libs/glib-2.44.0:2[dbus]
- >=x11-libs/gtk+-3.15.3:3[X]
+ >=x11-libs/gtk+-3.15.3:3[X,wayland?]
>=gnome-base/gnome-desktop-3.11.1:3=
>=gnome-base/gsettings-desktop-schemas-3.23.3
>=gnome-base/librsvg-2.36.2:2