summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-17 10:25:17 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-17 10:25:17 +0000
commite19de8d8f82bcda49b229dbb4918a523e8c41362 (patch)
tree7ab729a32e9c855b23e1dc8d49ff7d6b29bb05d2 /games-action/luola/luola-1.3.0-r1.ebuild
parentMove to eapi4. (diff)
downloadhistorical-e19de8d8f82bcda49b229dbb4918a523e8c41362.tar.gz
historical-e19de8d8f82bcda49b229dbb4918a523e8c41362.tar.bz2
historical-e19de8d8f82bcda49b229dbb4918a523e8c41362.zip
Fix underlink. Bug #369039
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'games-action/luola/luola-1.3.0-r1.ebuild')
-rw-r--r--games-action/luola/luola-1.3.0-r1.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/games-action/luola/luola-1.3.0-r1.ebuild b/games-action/luola/luola-1.3.0-r1.ebuild
index 8eecf19e57d2..380fc02a12b4 100644
--- a/games-action/luola/luola-1.3.0-r1.ebuild
+++ b/games-action/luola/luola-1.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.0-r1.ebuild,v 1.3 2009/01/05 17:39:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.3.0-r1.ebuild,v 1.4 2011/06/17 10:25:17 tupone Exp $
EAPI=2
-inherit eutils games
+inherit eutils autotools games
DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
HOMEPAGE="http://luolamies.org/software/luola/"
@@ -28,11 +28,16 @@ DEPEND="media-libs/libsdl
src_prepare() {
local p
+ epatch "${FILESDIR}"/${P}-underlink.patch
+
cd "${S}/src"
for p in ${PATCH_SET}
do
epatch "${DISTDIR}/${p##*/}"
done
+
+ cd ..
+ eautoreconf
}
src_configure() {