diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-06 16:07:27 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-06 16:07:27 +0000 |
commit | 5b4100cb44ad1bb3e68ecf099ce5264774bd4e8a (patch) | |
tree | 901ce2f10dfe35c99133f8cb383e1f78c89947ef /dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild | |
parent | Mozilla went stable, so we move this to stable too because its the only one t... (diff) | |
download | gentoo-2-5b4100cb44ad1bb3e68ecf099ce5264774bd4e8a.tar.gz gentoo-2-5b4100cb44ad1bb3e68ecf099ce5264774bd4e8a.tar.bz2 gentoo-2-5b4100cb44ad1bb3e68ecf099ce5264774bd4e8a.zip |
Should close #35675.
Diffstat (limited to 'dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild')
-rw-r--r-- | dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild b/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild index cf37cfc6f973..80e392b41495 100644 --- a/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild +++ b/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild,v 1.1 2004/01/26 14:02:46 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.0.1_beta20031003-r2.ebuild,v 1.2 2004/02/06 16:07:19 aliz Exp $ DESCRIPTION="A powerful light-weight programming language designed for extending applications" HOMEPAGE="http://www.lua.org/" @@ -14,11 +14,11 @@ DEPEND=">=sys-apps/sed-4 S=${WORKDIR}/lua-5.0.1 src_unpack() { - unpack ${A} #FIXME: hppa arch needs to update the patch -- I can't test (twp) - #epatch ${FILESDIR}/lua-5.0.1-pic.patch + #patch works on amd64 - aliz 2004-02-06 + epatch ${FILESDIR}/lua-5.0.1-pic.patch cd ${S} |