tupone 15/02/28 14:02:31 Modified: ChangeLog crossfire-client-1.71.0.ebuild Log: Enable parallel compilation (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.39 games-roguelike/crossfire-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 19 Feb 2015 01:58:28 -0000 1.38 +++ ChangeLog 28 Feb 2015 14:02:31 -0000 1.39 @@ -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 <[email protected]> + crossfire-client-1.71.0.ebuild: + Enable parallel compilation *crossfire-client-1.71.0 (19 Feb 2015) 1.2 games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild?r1=1.1&r2=1.2 Index: crossfire-client-1.71.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.71.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crossfire-client-1.71.0.ebuild 19 Feb 2015 01:58:28 -0000 1.1 +++ crossfire-client-1.71.0.ebuild 28 Feb 2015 14:02:31 -0000 1.2 @@ -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_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)" }
