diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
commit | 55ceffad45932384f3480ff233450734f9d60f2c (patch) | |
tree | 1b132f271e3349d9adcaeaf85d04c153e7080728 /net-misc/gnomba | |
parent | IUSE; sed in src_unpack (bug #55755); use emake; error check; tidy (diff) | |
download | historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.gz historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.bz2 historical-55ceffad45932384f3480ff233450734f9d60f2c.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/gnomba')
-rw-r--r-- | net-misc/gnomba/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gnomba/gnomba-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/gnomba/ChangeLog b/net-misc/gnomba/ChangeLog index a284755310d1..2bf9f7bb7067 100644 --- a/net-misc/gnomba/ChangeLog +++ b/net-misc/gnomba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gnomba # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.9 2004/06/24 23:45:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.10 2004/07/01 21:02:53 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> gnomba-0.6.2.ebuild: + change virtual/glibc to virtual/libc 08 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> gnomba-0.6.2.ebuild: add nls to IUSE; error messages; tidy diff --git a/net-misc/gnomba/gnomba-0.6.2.ebuild b/net-misc/gnomba/gnomba-0.6.2.ebuild index cd1248050fe8..0bfbd3464175 100644 --- a/net-misc/gnomba/gnomba-0.6.2.ebuild +++ b/net-misc/gnomba/gnomba-0.6.2.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-misc/gnomba/gnomba-0.6.2.ebuild,v 1.11 2004/06/24 23:45:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.12 2004/07/01 21:02:53 squinky86 Exp $ DESCRIPTION="Gnome Samba Browser" HOMEPAGE="http://gnomba.sourceforge.net" @@ -13,7 +13,7 @@ IUSE="nls" RDEPEND="gnome-base/gnome-libs" DEPEND="${RDEPEND} - virtual/glibc" + virtual/libc" src_compile() { ./configure \ |