diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-17 12:20:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-17 12:20:34 +0000 |
commit | 7178a7b529eb3fea20e32e49db678495fd4e2707 (patch) | |
tree | 8f38fa8f2d250ea0853369d6523f0cd15ed9bcd2 /games-strategy | |
parent | Adding dodir ${Ddir}/System. Closing bug #44268. (diff) | |
download | historical-7178a7b529eb3fea20e32e49db678495fd4e2707.tar.gz historical-7178a7b529eb3fea20e32e49db678495fd4e2707.tar.bz2 historical-7178a7b529eb3fea20e32e49db678495fd4e2707.zip |
use emake -j1 (bug #44831)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild | 7 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 10df94d4a1a5..f728e11cb45a 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.13 2004/03/16 05:48:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.14 2004/03/17 12:20:34 mr_bones_ Exp $ + + 17 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + wesnoth-0.6.99.5.ebuild: + use emake -j1 (bug #44831) *wesnoth-0.6.99.5 (15 Mar 2004) diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 0603c31c5ef7..b679000ff766 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,6 +1,6 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 24360232b742d5e165c814bee660afc8 ChangeLog 1940 -MD5 1b4013db9b85e3a8acbf6da36ff34fcc wesnoth-0.6.99.5.ebuild 918 +MD5 f2ef4ddcf371819b9bb0209316237b89 ChangeLog 2052 +MD5 3a35d876d138d1f2953c6a3ec5626b63 wesnoth-0.6.99.5.ebuild 954 MD5 f5d5b6d1503a3ba1e0b070681ad7b902 wesnoth-0.6.99.1.ebuild 918 MD5 d341487bf607c02fa430fb1650f842dd wesnoth-0.6.99.2.ebuild 918 MD5 4c49a75ccb2f8d4606b13c6c88812d7c wesnoth-0.6.99.3.ebuild 918 diff --git a/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild b/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild index 7078812c6bb3..8937f0a6ae9c 100644 --- a/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild,v 1.1 2004/03/16 05:48:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild,v 1.2 2004/03/17 12:20:34 mr_bones_ Exp $ inherit games @@ -25,8 +25,9 @@ src_compile() { `use_enable server` \ `use_enable editor` \ `use_enable tools` \ - || die "egamesconf failed" - emake || die "emake failed" + || die "egamesconf failed" + # broken makefiles bug #44831 + emake -j1 || die "emake failed" } src_install() { |