diff options
Diffstat (limited to 'net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild')
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild index 56ad560286f7..e25a4b47424c 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild,v 1.2 2011/11/11 09:20:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.3.0.ebuild,v 1.3 2011/11/12 09:16:28 hwoarang Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.xelerance.com/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="dnsretry" DEPEND="net-libs/libpcap" |