diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-04-16 12:32:21 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-04-16 12:32:21 +0000 |
commit | 909c88cd66d2ffffcea093b9fea311233feb37b5 (patch) | |
tree | 217a19e7fa41c0b3db3c49b0a1f212bd9890e52a /net-dialup | |
parent | New ebuild thanks to Ajay Gautam <ajaygautam@yahoo.com> in bug 89183 (diff) | |
download | gentoo-2-909c88cd66d2ffffcea093b9fea311233feb37b5.tar.gz gentoo-2-909c88cd66d2ffffcea093b9fea311233feb37b5.tar.bz2 gentoo-2-909c88cd66d2ffffcea093b9fea311233feb37b5.zip |
re-order var definitions
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild b/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild index 0ffa8831deca..7140351185af 100644 --- a/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild +++ b/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild,v 1.11 2005/04/15 01:59:28 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/kpnadsl4linux/kpnadsl4linux-1.10-r1.ebuild,v 1.12 2005/04/16 12:32:21 mrness Exp $ -IUSE="" DESCRIPTION="ADSL4Linux, a PPTP start/stop/etc. program especially for Dutch users, for gentoo." HOMEPAGE="http://www.adsl4linux.nl/" SRC_URI="http://home.planet.nl/~mcdon001/${P}.tar.gz http://www.adsl4linux.nl/download/${P}.tar.gz" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc amd64 ~ppc64" +IUSE="" + DEPEND="virtual/libc" RDEPEND="${DEPEND} sys-apps/gawk |