commit:     832a44d0c369467e5ad91892dff63e4b95b55ab7
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 13:23:50 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 13:24:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832a44d0

net-misc/connman: fix REQUIRED_USE operator

This should have been "exactly-one-of" all along

Closes: https://bugs.gentoo.org/695908
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/connman/connman-1.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.37.ebuild 
b/net-misc/connman/connman-1.37.ebuild
index 9915aff03fe..4cfa2ee9ab5 100644
--- a/net-misc/connman/connman-1.37.ebuild
+++ b/net-misc/connman/connman-1.37.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="${IUSE} bluetooth debug doc examples +ethernet +iptables iwd l2tp 
nftables"
 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr 
networkmanager"
 
-REQUIRED_USE="|| ( iptables nftables )"
+REQUIRED_USE="^^ ( iptables nftables )"
 RDEPEND=">=dev-libs/glib-2.16
        >=sys-apps/dbus-1.2.24
        sys-libs/readline:0=

Reply via email to