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 | |
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')
-rw-r--r-- | net-dialup/mingetty/mingetty-1.00.3.ebuild | 3 | ||||
-rw-r--r-- | net-dialup/pppoed/pppoed-0.48_beta1-r1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-dialup/mingetty/mingetty-1.00.3.ebuild b/net-dialup/mingetty/mingetty-1.00.3.ebuild index 9674fae4b9a9..b24f5c804208 100644 --- a/net-dialup/mingetty/mingetty-1.00.3.ebuild +++ b/net-dialup/mingetty/mingetty-1.00.3.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/mingetty/mingetty-1.00.3.ebuild,v 1.17 2004/07/01 22:08:51 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mingetty/mingetty-1.00.3.ebuild,v 1.18 2004/07/14 23:02:34 agriffis Exp $ inherit rpm eutils @@ -14,6 +14,7 @@ ftp://ftp.redhat.com/pub/redhat/linux/8.0/en/os/i386/SRPMS/${MYP}.src.rpm" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc hppa amd64 alpha sparc ia64 mips ppc64 s390" +IUSE="" RDEPEND="virtual/libc" 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} |