diff options
author | 2004-07-01 21:03:20 +0000 | |
---|---|---|
committer | 2004-07-01 21:03:20 +0000 | |
commit | ed80d33358a0559a8ad21b72e80855cf11720be1 (patch) | |
tree | f7bcff009d7ab95c4c660fd195efd21367433676 /net-misc/gnomba | |
parent | virtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-ed80d33358a0559a8ad21b72e80855cf11720be1.tar.gz gentoo-2-ed80d33358a0559a8ad21b72e80855cf11720be1.tar.bz2 gentoo-2-ed80d33358a0559a8ad21b72e80855cf11720be1.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 \ |