summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 09:20:10 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 09:20:10 +0000
commit68e890870caaf84a661ee756c4915594738bc166 (patch)
treece3ffc0204780cc7e2f54ececee906f996f46ca9 /net-dialup
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-68e890870caaf84a661ee756c4915594738bc166.tar.gz
gentoo-2-68e890870caaf84a661ee756c4915594738bc166.tar.bz2
gentoo-2-68e890870caaf84a661ee756c4915594738bc166.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ChangeLog7
-rw-r--r--net-dialup/ppp/ppp-2.4.7.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog
index 3ca31ba3fcc4..af3001eabf58 100644
--- a/net-dialup/ppp/ChangeLog
+++ b/net-dialup/ppp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ppp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.301 2014/08/21 09:46:11 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.302 2015/03/03 09:20:10 dlan Exp $
+
+ 03 Mar 2015; Yixun Lan <dlan@gentoo.org> ppp-2.4.7.ebuild:
+ add arm64 support, tested on A53 board
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> ppp-2.4.7.ebuild:
Stable for ppc, wrt bug #519650
diff --git a/net-dialup/ppp/ppp-2.4.7.ebuild b/net-dialup/ppp/ppp-2.4.7.ebuild
index 34af088e5295..3b6ed11450c7 100644
--- a/net-dialup/ppp/ppp-2.4.7.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.7.ebuild,v 1.8 2014/08/21 09:46:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.7.ebuild,v 1.9 2015/03/03 09:20:10 dlan Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.samba.org/pub/ppp/${P}.tar.gz
LICENSE="BSD GPL-2"
SLOT="0/${PV}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="activefilter atm dhcp eap-tls gtk ipv6 pam radius"
DEPEND="activefilter? ( net-libs/libpcap )