Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Mon, 30 Sep 2019 13:24:26
Message-Id: 1569849849.832a44d0c369467e5ad91892dff63e4b95b55ab7.bkohler@gentoo
1 commit: 832a44d0c369467e5ad91892dff63e4b95b55ab7
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 13:23:50 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 13:24:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832a44d0
7
8 net-misc/connman: fix REQUIRED_USE operator
9
10 This should have been "exactly-one-of" all along
11
12 Closes: https://bugs.gentoo.org/695908
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 net-misc/connman/connman-1.37.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-misc/connman/connman-1.37.ebuild b/net-misc/connman/connman-1.37.ebuild
20 index 9915aff03fe..4cfa2ee9ab5 100644
21 --- a/net-misc/connman/connman-1.37.ebuild
22 +++ b/net-misc/connman/connman-1.37.ebuild
23 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
24 IUSE="${IUSE} bluetooth debug doc examples +ethernet +iptables iwd l2tp nftables"
25 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
26
27 -REQUIRED_USE="|| ( iptables nftables )"
28 +REQUIRED_USE="^^ ( iptables nftables )"
29 RDEPEND=">=dev-libs/glib-2.16
30 >=sys-apps/dbus-1.2.24
31 sys-libs/readline:0=