diff options
-rw-r--r-- | net-dialup/ppp/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/ppp/ppp-2.4.7.ebuild | 6 |
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 ) |