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 | e4e7e918fa598e183fbc96a7a0174afaac824930 (patch) | |
tree | 7a2480fedbab9f9486f1e5964434546544ba8863 /net-dialup/mingetty | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-e4e7e918fa598e183fbc96a7a0174afaac824930.tar.gz gentoo-2-e4e7e918fa598e183fbc96a7a0174afaac824930.tar.bz2 gentoo-2-e4e7e918fa598e183fbc96a7a0174afaac824930.zip |
sync IUSE (missing)
Diffstat (limited to 'net-dialup/mingetty')
-rw-r--r-- | net-dialup/mingetty/mingetty-1.00.3.ebuild | 3 |
1 files changed, 2 insertions, 1 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" |