net-misc/connman: fix REQUIRED_USE operator
authorBen Kohler <bkohler@gentoo.org>
Mon, 30 Sep 2019 13:23:50 +0000 (08:23 -0500)
committerBen Kohler <bkohler@gentoo.org>
Mon, 30 Sep 2019 13:24:09 +0000 (08:24 -0500)
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@gentoo.org>
net-misc/connman/connman-1.37.ebuild

index 9915aff03fef2a01d7374924d3604bca8082a202..4cfa2ee9ab57093a984305b6862cb366bdfc7bc2 100644 (file)
@@ -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=