diff options
Diffstat (limited to 'dev-lang/lua/lua-4.0.1.ebuild')
-rw-r--r-- | dev-lang/lua/lua-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/lua/lua-4.0.1.ebuild b/dev-lang/lua/lua-4.0.1.ebuild index e8aa21d3570f..0b182e5f6357 100644 --- a/dev-lang/lua/lua-4.0.1.ebuild +++ b/dev-lang/lua/lua-4.0.1.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/lua/lua-4.0.1.ebuild,v 1.9 2004/06/24 22:51:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-4.0.1.ebuild,v 1.10 2004/07/02 04:28:03 eradicator Exp $ inherit eutils @@ -12,7 +12,7 @@ IUSE="" SLOT="0" KEYWORDS="x86 ppc ~sparc" LICENSE="lua" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { epatch ${FILESDIR}/lua-4.0-config.patch |