From 832a44d0c369467e5ad91892dff63e4b95b55ab7 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 30 Sep 2019 08:23:50 -0500 Subject: 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 --- net-misc/connman/connman-1.37.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-misc/connman') 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= -- cgit v1.2.3-65-gdbad