diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:28:29 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:28:29 +0000 |
commit | 5c9530070519142d4d438f08964b6ac8a59c0277 (patch) | |
tree | 9317d253449b54e775be69996ff53a1f9234a3ad /dev-lang/gforth/gforth-0.5.0.ebuild | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.tar.gz gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.tar.bz2 gentoo-2-5c9530070519142d4d438f08964b6ac8a59c0277.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-lang/gforth/gforth-0.5.0.ebuild')
-rw-r--r-- | dev-lang/gforth/gforth-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gforth/gforth-0.5.0.ebuild b/dev-lang/gforth/gforth-0.5.0.ebuild index 04b72fc283d6..3ff8ff50b056 100644 --- a/dev-lang/gforth/gforth-0.5.0.ebuild +++ b/dev-lang/gforth/gforth-0.5.0.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/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.4 2004/06/24 22:48:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.5.0.ebuild,v 1.5 2004/07/02 04:26:05 eradicator Exp $ IUSE="" @@ -15,7 +15,7 @@ SLOT="0" # Admittedly this should be UNSTABLE KEYWORDS="~x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { # A lot of trouble with gcc3 and heavy opt flags, so let's try to dial |