summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2008-12-08 10:32:32 +0000
committerGeorge Shapovalov <george@gentoo.org>2008-12-08 10:32:32 +0000
commitc929f1d7cf6b5ca61b82835ff99c5a2dcf03edab (patch)
tree2f4633859aa16483c701bc7b258591b8032b519c /dev-ada
parentBump for new debian patch (diff)
downloadgentoo-2-c929f1d7cf6b5ca61b82835ff99c5a2dcf03edab.tar.gz
gentoo-2-c929f1d7cf6b5ca61b82835ff99c5a2dcf03edab.tar.bz2
gentoo-2-c929f1d7cf6b5ca61b82835ff99c5a2dcf03edab.zip
fixed MAKEOPTS setting (#250132)
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/cbind/ChangeLog7
-rw-r--r--dev-ada/cbind/cbind-6.0.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ada/cbind/ChangeLog b/dev-ada/cbind/ChangeLog
index 2a9d31526567..2842aa80fd25 100644
--- a/dev-ada/cbind/ChangeLog
+++ b/dev-ada/cbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ada/cbind
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.13 2006/11/14 22:13:11 george Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/ChangeLog,v 1.14 2008/12/08 10:32:32 george Exp $
+
+ 08 Dec 2008; George Shapovalov <george@gentoo.org> cbind-6.0.ebuild:
+ fixed MAKEOPTS setting (#250132)
14 Nov 2006; George Shapovalov <george@gentoo.org> -files/cbind6.diff,
-cbind-6.ebuild:
diff --git a/dev-ada/cbind/cbind-6.0.ebuild b/dev-ada/cbind/cbind-6.0.ebuild
index 34f59d23f207..8f737d3a9899 100644
--- a/dev-ada/cbind/cbind-6.0.ebuild
+++ b/dev-ada/cbind/cbind-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.6 2008/01/26 23:57:51 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.7 2008/12/08 10:32:32 george Exp $
# !NOTE!
# this is a utility, no libs generated, no reason to do the gnat.eclass dance
@@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
src_compile() {
- MAKEOPTS=-j1 emake || die
+ MAKEOPTS="${MAKEOPTS} -j1" emake || die
}
src_install () {