diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 16:31:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-30 16:31:47 +0000 |
commit | c052bdd7515d9542f1fce263124ea52eed07035b (patch) | |
tree | f27f0261b41fb5b5949fdae0dc1b3605ba47a367 /net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild | |
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/xl2tpd-1.3.1-r2.ebuild')
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.3.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |