diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:51:17 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-22 20:51:17 +0000 |
commit | 4e9525cbaed549e4a81f7bde8fcbb6617c441b36 (patch) | |
tree | 3bedc3b608032cfd9f0f0e73a0726e3544b63514 /net-dialup/fbgetty | |
parent | initial revision (diff) | |
download | historical-4e9525cbaed549e4a81f7bde8fcbb6617c441b36.tar.gz historical-4e9525cbaed549e4a81f7bde8fcbb6617c441b36.tar.bz2 historical-4e9525cbaed549e4a81f7bde8fcbb6617c441b36.zip |
added virtual/glibc dep
Diffstat (limited to 'net-dialup/fbgetty')
-rw-r--r-- | net-dialup/fbgetty/Manifest | 2 | ||||
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/fbgetty/Manifest b/net-dialup/fbgetty/Manifest index 3577238a091c..8697465fd232 100644 --- a/net-dialup/fbgetty/Manifest +++ b/net-dialup/fbgetty/Manifest @@ -1,4 +1,4 @@ -MD5 5921071b33ebe7ba160461ff62cd8646 fbgetty-0.1.698.ebuild 460 +MD5 67257920e84b36c0b831597b04278a89 fbgetty-0.1.698.ebuild 483 MD5 4e59234a05f4f8903315ccbd6990c699 ChangeLog 331 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 203d43edfc815c963c728bb81ac45c55 files/digest-fbgetty-0.1.698 67 diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild index a6a7a27096ce..73f1a6789bb0 100644 --- a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild +++ b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.1 2003/11/22 20:49:46 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.2 2003/11/22 20:51:12 lanius Exp $ DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://fbgetty.meuh.eu.org/" @@ -9,6 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" +DEPEND="virtual/glibc" src_install() { einstall || die |