Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/
Date: Mon, 17 Jul 2017 09:48:27
Message-Id: 1500284592.d4bc9a5e2565ac58da53cbd6c465966c871679fd.aballier@gentoo
1 commit: d4bc9a5e2565ac58da53cbd6c465966c871679fd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 09:41:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 09:43:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bc9a5e
7
8 net-dialup/xl2tpd: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild
16 index b46f7a4fc3d..d341d3479b5 100644
17 --- a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild
18 +++ b/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~mips ~ppc ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~x86"
31 IUSE="dnsretry"
32
33 DEPEND="net-libs/libpcap"