summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-10-25 10:20:30 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-10-25 10:20:30 +0000
commit0e6cfdffa031975bee911f88d0a86ad10c921cff (patch)
tree028dc8751d1272f73636ab01da4a8d09ceda5c28 /games-action
parentMarked ~hppa (bug #342513). (diff)
downloadgentoo-2-0e6cfdffa031975bee911f88d0a86ad10c921cff.tar.gz
gentoo-2-0e6cfdffa031975bee911f88d0a86ad10c921cff.tar.bz2
gentoo-2-0e6cfdffa031975bee911f88d0a86ad10c921cff.zip
Fix parallell install. Bug #330705
(Portage version: 2.1.9.22/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetronad/ChangeLog6
-rw-r--r--games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/games-action/armagetronad/ChangeLog b/games-action/armagetronad/ChangeLog
index e92ac0702a3d..1c19070bf566 100644
--- a/games-action/armagetronad/ChangeLog
+++ b/games-action/armagetronad/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/armagetronad
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.19 2010/10/15 12:39:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/ChangeLog,v 1.20 2010/10/25 10:20:30 tupone Exp $
+
+ 25 Oct 2010; Tupone Alfredo <tupone@gentoo.org>
+ armagetronad-0.2.8.3.1.ebuild:
+ Fix parallell install. Bug #330705 by flameeyes@gentoo.org
15 Oct 2010; Brent Baude <ranger@gentoo.org>
armagetronad-0.2.8.3.1.ebuild:
diff --git a/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild b/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild
index c862a7bacb53..66dd1751bf17 100644
--- a/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild
+++ b/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild,v 1.7 2010/10/15 12:39:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.8.3.1.ebuild,v 1.8 2010/10/25 10:20:30 tupone Exp $
EAPI=2
inherit autotools eutils gnome2-utils games
@@ -37,6 +37,7 @@ src_prepare() {
sed -i \
-e '/^SUBDIRS/s/desktop//' \
+ -e '/^nobase_language_DATA/d' \
Makefile.am || die
eautoreconf