summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-09-30 08:23:50 -0500
committerBen Kohler <bkohler@gentoo.org>2019-09-30 08:24:09 -0500
commit832a44d0c369467e5ad91892dff63e4b95b55ab7 (patch)
tree609335971b9ed54edf4b5f4debf81fe297892371 /net-misc/connman
parentdev-libs/amdgpu-pro-opencl: remove longdescription from metadata (diff)
downloadgentoo-832a44d0c369467e5ad91892dff63e4b95b55ab7.tar.gz
gentoo-832a44d0c369467e5ad91892dff63e4b95b55ab7.tar.bz2
gentoo-832a44d0c369467e5ad91892dff63e4b95b55ab7.zip
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@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r--net-misc/connman/connman-1.37.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.37.ebuild b/net-misc/connman/connman-1.37.ebuild
index 9915aff03fef..4cfa2ee9ab57 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=