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 | ee67daae58f135da4cbe369c50c664e2325177c9 (patch) | |
tree | 759a2b72d0095db2caa6363f3dafbed42f27eef2 /games-strategy/wesnoth | |
parent | Adding dodir ${Ddir}/System. Closing bug #44268. (Manifest recommit) (diff) | |
download | gentoo-2-ee67daae58f135da4cbe369c50c664e2325177c9.tar.gz gentoo-2-ee67daae58f135da4cbe369c50c664e2325177c9.tar.bz2 gentoo-2-ee67daae58f135da4cbe369c50c664e2325177c9.zip |
use emake -j1 (bug #44831)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.6.99.5.ebuild | 7 |
2 files changed, 9 insertions, 4 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/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() { |