diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:45:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:45:51 +0000 |
commit | 3c3204677432ed9bce5e52c59c87fbf4df436599 (patch) | |
tree | 2dad014a67ee41fec4af93136a7ad9108386d41c /net-dialup | |
parent | Stable for x86, wrt bug #480568 (diff) | |
download | gentoo-2-3c3204677432ed9bce5e52c59c87fbf4df436599.tar.gz gentoo-2-3c3204677432ed9bce5e52c59c87fbf4df436599.tar.bz2 gentoo-2-3c3204677432ed9bce5e52c59c87fbf4df436599.zip |
Stable for x86, wrt bug #480064
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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 cffd89e2605a..ed796754f189 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.40 2013/08/13 09:31:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/ChangeLog,v 1.41 2013/08/18 13:45:51 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xl2tpd-1.3.1-r3.ebuild: + Stable for x86, wrt bug #480064 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> xl2tpd-1.3.1-r3.ebuild: Stable for amd64, wrt bug #480064 diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild index d61225a77f99..c643b0eef3c3 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.2 2013/08/13 09:31:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.1-r3.ebuild,v 1.3 2013/08/18 13:45:51 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" |