diff options
Diffstat (limited to 'net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild')
-rw-r--r-- | net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild b/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild index 8a597d04f4d1..c264bb565dee 100644 --- a/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild +++ b/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild,v 1.1 2009/01/11 12:56:17 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/xl2tpd-1.2.3.ebuild,v 1.2 2009/07/16 06:19:19 mrness Exp $ inherit eutils flag-o-matic @@ -10,7 +10,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="" DEPEND="net-libs/libpcap" |