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 D49F8138334 for ; Thu, 23 Aug 2018 19:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A815AE0956; Thu, 23 Aug 2018 19:24:54 +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 7E00AE0956 for ; Thu, 23 Aug 2018 19:24:54 +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 D47DB335C8C for ; Thu, 23 Aug 2018 19:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC15A2A9 for ; Thu, 23 Aug 2018 19:24:49 +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: <1535052277.fefcb7e1560786c8fec3e3d579c256b6b817c731.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.36.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: fefcb7e1560786c8fec3e3d579c256b6b817c731 X-VCS-Branch: master Date: Thu, 23 Aug 2018 19:24:49 +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-Archives-Salt: d02eae6f-5ffe-4845-b801-04505f8953b0 X-Archives-Hash: fc9fe83a0fce71b223914ab152afa2d7 commit: fefcb7e1560786c8fec3e3d579c256b6b817c731 Author: Ben Kohler gentoo org> AuthorDate: Thu Aug 23 19:24:20 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Aug 23 19:24:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefcb7e1 net-misc/connman: restore IUSE="+wifi" on 1.36 Package-Manager: Portage-2.3.48, Repoman-2.3.10 net-misc/connman/connman-1.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.36.ebuild b/net-misc/connman/connman-1.36.ebuild index 957d31c3b43..78b5dc5b919 100644 --- a/net-misc/connman/connman-1.36.ebuild +++ b/net-misc/connman/connman-1.36.ebuild @@ -13,7 +13,7 @@ SLOT="0" 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" +IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager" REQUIRED_USE="|| ( iptables nftables )" RDEPEND=">=dev-libs/glib-2.16