diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-28 14:02:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-28 14:02:31 +0000 |
commit | 5486b2a4c065d558c9e2d5cf3bf256362cbd0ee1 (patch) | |
tree | 063b12c45d71cc446e95c1f1173f159285cd5550 /games-roguelike | |
parent | Stable for ia64, wrt bug #530648 (diff) | |
download | gentoo-2-5486b2a4c065d558c9e2d5cf3bf256362cbd0ee1.tar.gz gentoo-2-5486b2a4c065d558c9e2d5cf3bf256362cbd0ee1.tar.bz2 gentoo-2-5486b2a4c065d558c9e2d5cf3bf256362cbd0ee1.zip |
Enable parallel compilation
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/crossfire-client/ChangeLog | 6 | ||||
-rw-r--r-- | games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-roguelike/crossfire-client/ChangeLog b/games-roguelike/crossfire-client/ChangeLog index 35c1204b49f0..16071e7d8281 100644 --- a/games-roguelike/crossfire-client/ChangeLog +++ b/games-roguelike/crossfire-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/crossfire-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.38 2015/02/19 01:58:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.39 2015/02/28 14:02:31 tupone Exp $ + + 28 Feb 2015; Tupone Alfredo <tupone@gentoo.org> + crossfire-client-1.71.0.ebuild: + Enable parallel compilation *crossfire-client-1.71.0 (19 Feb 2015) diff --git a/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild index df5f87b32889..64606c9269a7 100644 --- a/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild +++ b/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.1 2015/02/19 01:58:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v 1.2 2015/02/28 14:02:31 tupone Exp $ EAPI=5 -inherit autotools eutils toolchain-funcs gnome2-utils games +inherit toolchain-funcs gnome2-utils games DESCRIPTION="Client for the nethack-style but more in the line of UO" HOMEPAGE="http://crossfire.real-time.com/" @@ -47,7 +47,7 @@ src_configure() { src_compile() { # bug 139785 if use alsa || use oss ; then - emake -j1 -C sound-src AR="$(tc-getAR)" + emake -C sound-src AR="$(tc-getAR)" fi emake AR="$(tc-getAR)" } |