Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/
Date: Fri, 01 Mar 2019 16:31:43
Message-Id: 1551457877.406175717ecce090ec28d15933220b78a270a636.leio@gentoo
1 commit: 406175717ecce090ec28d15933220b78a270a636
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 16:24:23 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 16:31:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40617571
7
8 x11-wm/mutter: fix logind provider ensurance REQUIRED_USE
9
10 Needs to be exactly-one-of for wayland, not at-most-one-of
11
12 Package-Manager: Portage-2.3.52, Repoman-2.3.12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 x11-wm/mutter/mutter-3.28.3-r1.ebuild | 2 +-
16 x11-wm/mutter/mutter-3.28.3.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-wm/mutter/mutter-3.28.3-r1.ebuild b/x11-wm/mutter/mutter-3.28.3-r1.ebuild
20 index 3a7b5381459..2e93942d855 100644
21 --- a/x11-wm/mutter/mutter-3.28.3-r1.ebuild
22 +++ b/x11-wm/mutter/mutter-3.28.3-r1.ebuild
23 @@ -17,7 +17,7 @@ IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev w
24 # 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.
25 REQUIRED_USE="
26 wayland? (
27 - ?? ( elogind systemd )
28 + ^^ ( elogind systemd )
29 gles2
30 )"
31
32
33 diff --git a/x11-wm/mutter/mutter-3.28.3.ebuild b/x11-wm/mutter/mutter-3.28.3.ebuild
34 index d57e0a9002c..73226d24101 100644
35 --- a/x11-wm/mutter/mutter-3.28.3.ebuild
36 +++ b/x11-wm/mutter/mutter-3.28.3.ebuild
37 @@ -13,7 +13,7 @@ LICENSE="GPL-2+"
38 SLOT="0/2" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot
39
40 IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev wayland"
41 -REQUIRED_USE="wayland? ( ?? ( elogind systemd ) )"
42 +REQUIRED_USE="wayland? ( ^^ ( elogind systemd ) )"
43
44 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"