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 7ADAA139694 for ; Mon, 10 Jul 2017 15:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB00E0D29; Mon, 10 Jul 2017 15:51:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7065E0D29 for ; Mon, 10 Jul 2017 15:51:06 +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 BE75D341B90 for ; Mon, 10 Jul 2017 15:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BC174AC for ; Mon, 10 Jul 2017 15:51:04 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499701859.b92d881ccef0fffebb08a2fcf6bdd26cba85646f.aballier@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.34.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b92d881ccef0fffebb08a2fcf6bdd26cba85646f X-VCS-Branch: master Date: Mon, 10 Jul 2017 15:51:04 +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: 283bebf2-558b-4618-a7bd-604f3316263a X-Archives-Hash: 5b0498ebe1978f35b4d2ef559034faef commit: b92d881ccef0fffebb08a2fcf6bdd26cba85646f Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 10 15:50:12 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 10 15:50:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92d881c net-misc/connman: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-misc/connman/connman-1.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.34.ebuild b/net-misc/connman/connman-1.34.ebuild index 185f523b2a7..12b9cd9901a 100644 --- a/net-misc/connman/connman-1.34.ebuild +++ b/net-misc/connman/connman-1.34.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables" IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"