diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-12 10:37:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-12 10:37:23 +0000 |
commit | 3b7a8e7f08a80d0d425bd016fef339f1f48f8321 (patch) | |
tree | b50b534b9d9421d35df5b9c519c32fc28b5324c0 /net-dialup/fbgetty/fbgetty-0.1.698.ebuild | |
parent | Remove old version. Quote strings containing env vars. Version bump. (diff) | |
download | gentoo-2-3b7a8e7f08a80d0d425bd016fef339f1f48f8321.tar.gz gentoo-2-3b7a8e7f08a80d0d425bd016fef339f1f48f8321.tar.bz2 gentoo-2-3b7a8e7f08a80d0d425bd016fef339f1f48f8321.zip |
Remove virtual/libc dependency.
(Portage version: 2.0.54)
Diffstat (limited to 'net-dialup/fbgetty/fbgetty-0.1.698.ebuild')
-rw-r--r-- | net-dialup/fbgetty/fbgetty-0.1.698.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-dialup/fbgetty/fbgetty-0.1.698.ebuild b/net-dialup/fbgetty/fbgetty-0.1.698.ebuild index d5d5847fefeb..151b5345404d 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-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.9 2005/09/19 21:18:06 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.10 2006/03/12 10:37:23 mrness Exp $ DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" @@ -11,8 +11,6 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" IUSE="" -DEPEND="virtual/libc" - src_install() { einstall || die "make install failed" } |