From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA19D138334 for ; Mon, 30 Sep 2019 13:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D31FCE083E; Mon, 30 Sep 2019 13:24:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B717AE083E for ; Mon, 30 Sep 2019 13:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752B434B6FF for ; Mon, 30 Sep 2019 13:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 940DC801 for ; Mon, 30 Sep 2019 13:24:21 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1569849849.832a44d0c369467e5ad91892dff63e4b95b55ab7.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman/connman-1.37.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 832a44d0c369467e5ad91892dff63e4b95b55ab7 X-VCS-Branch: master Date: Mon, 30 Sep 2019 13:24:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57167168-38a0-4632-8695-45f24a42b695 X-Archives-Hash: 4f980dfb4b561eda5073382e1a9cab7e commit: 832a44d0c369467e5ad91892dff63e4b95b55ab7 Author: Ben Kohler gentoo org> AuthorDate: Mon Sep 30 13:23:50 2019 +0000 Commit: Ben Kohler gentoo 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 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=