diff options
author | 2012-06-05 00:58:42 +0000 | |
---|---|---|
committer | 2012-06-05 00:58:42 +0000 | |
commit | c313f95a0aa4da281583d40a8d5198812068541f (patch) | |
tree | 51a21ae7aab612f4d2fd251fb71438e6dda966c2 /games-strategy/glest | |
parent | ppc stable (bug 385189) (diff) | |
download | gentoo-2-c313f95a0aa4da281583d40a8d5198812068541f.tar.gz gentoo-2-c313f95a0aa4da281583d40a8d5198812068541f.tar.bz2 gentoo-2-c313f95a0aa4da281583d40a8d5198812068541f.zip |
use makeopts_jobs
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/glest')
-rw-r--r-- | games-strategy/glest/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/glest/glest-3.2.2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-strategy/glest/ChangeLog b/games-strategy/glest/ChangeLog index ba7389e4d7ca..1dff3a2dd536 100644 --- a/games-strategy/glest/ChangeLog +++ b/games-strategy/glest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/glest -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.30 2011/06/09 12:19:44 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.31 2012/06/05 00:58:42 mr_bones_ Exp $ + + 05 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild: + use makeopts_jobs 09 Jun 2011; Tupone Alfredo <tupone@gentoo.org> glest-3.2.2.ebuild, +files/glest-3.2.2-underlink.patch: diff --git a/games-strategy/glest/glest-3.2.2.ebuild b/games-strategy/glest/glest-3.2.2.ebuild index 5a206764a428..7bec3925759a 100644 --- a/games-strategy/glest/glest-3.2.2.ebuild +++ b/games-strategy/glest/glest-3.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.10 2011/06/09 12:19:44 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.11 2012/06/05 00:58:42 mr_bones_ Exp $ EAPI=2 inherit eutils autotools wxwidgets games @@ -75,8 +75,7 @@ src_configure() { } src_compile() { - local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }") - jam -dx -q ${jamopts} || die "jam failed" + jam -dx -q -j $(makeopts_jobs) || die "jam failed" } src_install() { |