diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-21 14:02:27 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-21 14:02:27 +0000 |
commit | 211c196fce93e2223688acb3a2e9c1f87b62ba95 (patch) | |
tree | 044b0df7eddccee3964074c4021cebb83b35b545 /games-engines | |
parent | Add x11-apps/xauth RDEPEND, bug #462340 (diff) | |
download | gentoo-2-211c196fce93e2223688acb3a2e9c1f87b62ba95.tar.gz gentoo-2-211c196fce93e2223688acb3a2e9c1f87b62ba95.tar.bz2 gentoo-2-211c196fce93e2223688acb3a2e9c1f87b62ba95.zip |
Copy autotools files to build directory before eautoreconf, bug #462588.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/love/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/love/love-9999.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/games-engines/love/ChangeLog b/games-engines/love/ChangeLog index 36fafccbd55d..4009db1f0376 100644 --- a/games-engines/love/ChangeLog +++ b/games-engines/love/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/love # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.12 2013/03/21 13:43:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/love/ChangeLog,v 1.13 2013/03/21 14:02:27 chithanh Exp $ + + 21 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + love-9999.ebuild: + Copy autotools files to build directory before eautoreconf, bug #462588. 21 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> love-0.7.2-r1.ebuild, love-0.8.0.ebuild: 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 |