diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-13 09:31:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-13 09:31:13 +0000 |
commit | b203c9b8336fad28778689adda91830b2ed58ba4 (patch) | |
tree | 44f63e56c26b5dbe0cf4c10a340edc3e900a3672 /net-dialup | |
parent | Version bump, includes features regarding authentication and security (diff) | |
download | gentoo-2-b203c9b8336fad28778689adda91830b2ed58ba4.tar.gz gentoo-2-b203c9b8336fad28778689adda91830b2ed58ba4.tar.bz2 gentoo-2-b203c9b8336fad28778689adda91830b2ed58ba4.zip |
Stable for amd64, wrt bug #480064
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xl2tpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog index cdf3b5b5ab65..cffd89e2605a 100644 --- a/net-dialup/xl2tpd/ChangeLog +++ b/net-dialup/xl2tpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xl2tpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.39 2013/07/29 00:02:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.40 2013/08/13 09:31:13 ago Exp $ + + 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xl2tpd-1.3.1-r3.ebuild: + Stable for amd64, wrt bug #480064 29 Jul 2013; Mike Gilbert <floppym@gentoo.org> -xl2tpd-1.3.0.ebuild, -xl2tpd-1.3.1-r1.ebuild: diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild index fd718ba4106e..d61225a77f99 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild,v 1.1 2013/07/29 00:01:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild,v 1.2 2013/08/13 09:31:13 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/xelerance/${PN}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="dnsretry +kernel" DEPEND="net-libs/libpcap" |