diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-08 12:02:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-08 12:02:36 +0000 |
commit | b97a3380f29a115014a828ec564f9a531e5847b0 (patch) | |
tree | c8c31dd71dfa5898041ba5f6a7a5384596e509b1 /games-action/geki2-KXL | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-b97a3380f29a115014a828ec564f9a531e5847b0.tar.gz gentoo-2-b97a3380f29a115014a828ec564f9a531e5847b0.tar.bz2 gentoo-2-b97a3380f29a115014a828ec564f9a531e5847b0.zip |
tidy
Diffstat (limited to 'games-action/geki2-KXL')
-rw-r--r-- | games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild b/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild index f68b3f953ad5..e32c8c14fb23 100644 --- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild +++ b/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.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/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild,v 1.4 2004/06/24 21:55:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/geki2-KXL/geki2-KXL-2.0.3-r1.ebuild,v 1.5 2004/08/08 12:02:36 mr_bones_ Exp $ inherit eutils games @@ -8,17 +8,17 @@ DESCRIPTION="2D length scroll shooting game" HOMEPAGE="http://kxl.hn.org/" SRC_URI="http://kxl.hn.org/download/${P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" IUSE="" DEPEND=">=dev-games/KXL-1.1.4" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gentoo-paths.patch + cd "${S}" + epatch "${FILESDIR}/${PV}-gentoo-paths.patch" aclocal || die "aclocal failed" automake -a || die "automake failed" autoconf || die "autoconf failed" |