From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NCNpz-0004oS-Tq for garchives@archives.gentoo.org; Mon, 23 Nov 2009 01:35:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3D7E0760; Mon, 23 Nov 2009 01:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55DF7E0760 for ; Mon, 23 Nov 2009 01:35:30 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F37FC67EE4 for ; Mon, 23 Nov 2009 01:35:29 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NCNpx-0001R6-HF for gentoo-commits@lists.gentoo.org; Mon, 23 Nov 2009 01:35:29 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/pingus: pingus-0.7.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pingus-0.7.2.ebuild X-VCS-Directories: games-puzzle/pingus X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Mon, 23 Nov 2009 01:35:29 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 18336fc7-e203-4436-964a-3daa071bb6bc X-Archives-Hash: eaafadad7e6bbd56e0ac7e99eb0f2a7c mr_bones_ 09/11/23 01:35:29 Modified: pingus-0.7.2.ebuild Log: just pass -j to scons from MAKEOPTS (Portage version: 2.1.6.13/cvs/Linux i686) Revision Changes Path 1.11 games-puzzle/pingus/pingus-0.7.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingu= s/pingus-0.7.2.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingu= s/pingus-0.7.2.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/pingu= s/pingus-0.7.2.ebuild?r1=3D1.10&r2=3D1.11 Index: pingus-0.7.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebuild= ,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pingus-0.7.2.ebuild 8 Jun 2009 04:41:08 -0000 1.10 +++ pingus-0.7.2.ebuild 23 Nov 2009 01:35:29 -0000 1.11 @@ -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-puzzle/pingus/pingus-0.7.2.ebui= ld,v 1.10 2009/06/08 04:41:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.2.ebui= ld,v 1.11 2009/11/23 01:35:29 mr_bones_ Exp $ =20 EAPI=3D2 inherit eutils toolchain-funcs games @@ -43,7 +43,7 @@ } =20 src_compile() { - local sconsopts=3D$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\= +\).*/\1/; p }") + local sconsopts=3D$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:spa= ce:]]*[0-9]\+\).*/\1/; p }") [[ ${MAKEOPTS/-s/} !=3D ${MAKEOPTS} ]] && sconsopts=3D"${sconsopts} -s" =20 scons ${sconsopts} || die "scons failed"