diff options
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/cbind/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ada/cbind/cbind-6.0.ebuild | 4 |
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 () { |