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 363A5139694 for ; Mon, 17 Jul 2017 09:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB3DE0D20; Mon, 17 Jul 2017 09:48:26 +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 02EC9E0D0B for ; Mon, 17 Jul 2017 09:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F10CF341A88 for ; Mon, 17 Jul 2017 09:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64BDF74B9 for ; Mon, 17 Jul 2017 09:48:23 +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: <1500284592.d4bc9a5e2565ac58da53cbd6c465966c871679fd.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild X-VCS-Directories: net-dialup/xl2tpd/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d4bc9a5e2565ac58da53cbd6c465966c871679fd X-VCS-Branch: master Date: Mon, 17 Jul 2017 09:48:23 +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: 66a91eb3-5899-4940-b1ad-5b41714597ad X-Archives-Hash: 8ab7f4a32f992a054d5214ad4d0de1a7 commit: d4bc9a5e2565ac58da53cbd6c465966c871679fd Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 17 09:41:09 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 17 09:43:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bc9a5e net-dialup/xl2tpd: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild index b46f7a4fc3d..d341d3479b5 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~x86" IUSE="dnsretry" DEPEND="net-libs/libpcap"