diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:05:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:05:27 +0000 |
commit | d8ab2d2913a4a6392f0a69dbfb6c576e6bf10ea0 (patch) | |
tree | bb78ac13bbb498502a65cfdba556a7f212b5cc57 /net-dialup/pppoed | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-d8ab2d2913a4a6392f0a69dbfb6c576e6bf10ea0.tar.gz historical-d8ab2d2913a4a6392f0a69dbfb6c576e6bf10ea0.tar.bz2 historical-d8ab2d2913a4a6392f0a69dbfb6c576e6bf10ea0.zip |
sync IUSE (missing)
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild index 1dd81c844a74..e6b88f68c0bd 100644 --- a/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.15 2004/07/01 22:09:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild,v 1.16 2004/07/14 23:05:27 agriffis Exp $ inherit eutils @@ -14,6 +14,7 @@ DEPEND="virtual/libc" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +IUSE="" src_unpack() { unpack ${A} |