diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-01 18:24:23 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-01 18:31:17 +0200 |
commit | 406175717ecce090ec28d15933220b78a270a636 (patch) | |
tree | db43848e997a7fa2a278c674ea7f77a64634dd59 /x11-wm/mutter | |
parent | dev-python/pluggy: bump to 0.9.0 (diff) | |
download | gentoo-406175717ecce090ec28d15933220b78a270a636.tar.gz gentoo-406175717ecce090ec28d15933220b78a270a636.tar.bz2 gentoo-406175717ecce090ec28d15933220b78a270a636.zip |
x11-wm/mutter: fix logind provider ensurance REQUIRED_USE
Needs to be exactly-one-of for wayland, not at-most-one-of
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/mutter-3.28.3-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-3.28.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/mutter/mutter-3.28.3-r1.ebuild b/x11-wm/mutter/mutter-3.28.3-r1.ebuild index 3a7b5381459f..2e93942d8553 100644 --- a/x11-wm/mutter/mutter-3.28.3-r1.ebuild +++ b/x11-wm/mutter/mutter-3.28.3-r1.ebuild @@ -17,7 +17,7 @@ IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev w # gles2 may be avoidable, but probably not worth the effort before switching to meson; without it, it seems it'll have subtle lost features as well that isn't explained to user atm. REQUIRED_USE=" wayland? ( - ?? ( elogind systemd ) + ^^ ( elogind systemd ) gles2 )" diff --git a/x11-wm/mutter/mutter-3.28.3.ebuild b/x11-wm/mutter/mutter-3.28.3.ebuild index d57e0a9002ca..73226d241015 100644 --- a/x11-wm/mutter/mutter-3.28.3.ebuild +++ b/x11-wm/mutter/mutter-3.28.3.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2+" SLOT="0/2" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev wayland" -REQUIRED_USE="wayland? ( ?? ( elogind systemd ) )" +REQUIRED_USE="wayland? ( ^^ ( elogind systemd ) )" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" |