public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: glob2-0.9.4.1.ebuild
@ 2009-06-01  6:53 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-06-01  6:53 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/06/01 06:53:24

  Modified:             glob2-0.9.4.1.ebuild
  Log:
  just use the -j part of MAKEOPTS
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-strategy/glob2/glob2-0.9.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild?r1=1.1&r2=1.2

Index: glob2-0.9.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glob2-0.9.4.1.ebuild	26 Mar 2009 20:38:32 -0000	1.1
+++ glob2-0.9.4.1.ebuild	1 Jun 2009 06:53:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild,v 1.1 2009/03/26 20:38:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.4.1.ebuild,v 1.2 2009/06/01 06:53:24 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -28,7 +28,7 @@
 	>=dev-util/scons-1"
 
 src_compile() {
-	local sconsopts=$(echo "${MAKEOPTS}" | sed -e "s/.*\(-j[0-9]\+\).*/\1/")
+	local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
 
 	scons \
 		${sconsopts} \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-01  6:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01  6:53 [gentoo-commits] gentoo-x86 commit in games-strategy/glob2: glob2-0.9.4.1.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox