summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-03-21 14:02:31 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-03-21 14:02:31 +0000
commit4ee8e1e75f1bda8eb3333e8b512a7a3f9b41e57c (patch)
tree4b269bdc78b9cc1c8f1d98d12183d3b4b9dc58ee /games-engines/love/love-9999.ebuild
parentAdd x11-apps/xauth RDEPEND, bug #462340 (diff)
downloadhistorical-4ee8e1e75f1bda8eb3333e8b512a7a3f9b41e57c.tar.gz
historical-4ee8e1e75f1bda8eb3333e8b512a7a3f9b41e57c.tar.bz2
historical-4ee8e1e75f1bda8eb3333e8b512a7a3f9b41e57c.zip
Copy autotools files to build directory before eautoreconf, bug #462588.
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Diffstat (limited to 'games-engines/love/love-9999.ebuild')
-rw-r--r--games-engines/love/love-9999.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/games-engines/love/love-9999.ebuild b/games-engines/love/love-9999.ebuild
index 95a297340834..52b8851e9ccb 100644
--- a/games-engines/love/love-9999.ebuild
+++ b/games-engines/love/love-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.6 2012/09/25 11:21:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.7 2013/03/21 14:02:27 chithanh Exp $
-EAPI=3
+EAPI=5
inherit base games
@@ -24,7 +24,7 @@ SLOT="0"
IUSE=""
RDEPEND="dev-games/physfs
- dev-lang/lua
+ dev-lang/lua[deprecated]
media-libs/devil[mng,png,tiff]
media-libs/freetype
media-libs/libmodplug
@@ -42,6 +42,8 @@ DOCS=( "readme.md" "changes.txt" )
src_prepare() {
if [[ ${PV} == 9999* ]]; then
sh platform/unix/gen-makefile || die
+ cp platform/unix/Makefile.am . || die
+ cp platform/unix/configure.ac . || die
mkdir platform/unix/m4 || die
eautoreconf
fi