diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-09-23 10:20:02 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-09-23 10:20:02 +0000 |
commit | 241476e724d9a3c24ee94118965f60a385b5c647 (patch) | |
tree | c0f9a235a7a0ad8a0699e76ea7d8f39f7e56cef9 /games-puzzle | |
parent | DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger for... (diff) | |
download | gentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.tar.gz gentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.tar.bz2 gentoo-2-241476e724d9a3c24ee94118965f60a385b5c647.zip |
Fix build with LINGUAS="sv" Bug #247439
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/groundhog/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/groundhog/groundhog-1.4.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-puzzle/groundhog/ChangeLog b/games-puzzle/groundhog/ChangeLog index bdfc5b844c91..81c3ad411ff2 100644 --- a/games-puzzle/groundhog/ChangeLog +++ b/games-puzzle/groundhog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/groundhog # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.15 2009/09/11 00:25:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/ChangeLog,v 1.16 2009/09/23 10:20:02 tupone Exp $ + + 23 Sep 2009; Alfredo Tupone <tupone@gentoo.org> groundhog-1.4.ebuild: + Fix build with LINGUAS="sv" Bug #247439 by flameeyes@gentoo.org 11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> groundhog-1.4.ebuild: EAPI=2 diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild index 1783421d9a24..ae38aadb3f67 100644 --- a/games-puzzle/groundhog/groundhog-1.4.ebuild +++ b/games-puzzle/groundhog/groundhog-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.22 2009/09/11 00:25:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.23 2009/09/23 10:20:02 tupone Exp $ EAPI=2 inherit eutils autotools games @@ -26,6 +26,9 @@ src_prepare() { cd "${WORKDIR}" epatch groundhog_${PV}-${DEB_VER}.diff cd "${S}" + sed -e "s:groundhog-1.4/::" -i \ + debian/patches/sv.po.patch \ + || die "sed failed" epatch $(sed -e 's:^:debian/patches/:' debian/patches/series) AT_M4DIR="m4" eautoreconf sed -i 's:$(localedir):/usr/share/locale:' \ @@ -37,10 +40,6 @@ src_configure() { egamesconf $(use_enable nls) || die } -src_compile() { - emake -j1 || die -} - src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc README NEWS AUTHORS TODO |