diff options
author | 2013-01-30 16:31:47 +0000 | |
---|---|---|
committer | 2013-01-30 16:31:47 +0000 | |
commit | c052bdd7515d9542f1fce263124ea52eed07035b (patch) | |
tree | f27f0261b41fb5b5949fdae0dc1b3605ba47a367 /net-dialup/xl2tpd | |
parent | sci-chemistry/molden: Add virtual/glu to deps, #454690 (diff) | |
download | gentoo-2-c052bdd7515d9542f1fce263124ea52eed07035b.tar.gz gentoo-2-c052bdd7515d9542f1fce263124ea52eed07035b.tar.bz2 gentoo-2-c052bdd7515d9542f1fce263124ea52eed07035b.zip |
Stable for amd64, wrt bug #454694
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-dialup/xl2tpd')
-rw-r--r-- | net-dialup/xl2tpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/xl2tpd/ChangeLog b/net-dialup/xl2tpd/ChangeLog index 71fe0d13ae0b..37a09b44f5b7 100644 --- a/net-dialup/xl2tpd/ChangeLog +++ b/net-dialup/xl2tpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xl2tpd -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.35 2012/12/26 04:21:43 floppym Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.36 2013/01/30 16:31:47 ago Exp $ + + 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xl2tpd-1.3.1-r2.ebuild: + Stable for amd64, wrt bug #454694 26 Dec 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml: Add myself as a maintainer. diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild index 3ff8807dd0ce..45435df8a235 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-r2.ebuild,v 1.1 2012/12/26 04:14:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild,v 1.2 2013/01/30 16:31:47 ago Exp $ EAPI="4" @@ -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" |