summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2013-04-08 21:24:03 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2013-04-08 21:24:03 +0000
commit92f37433aaf98f513e258d18019506423ffaad4c (patch)
treeb56e878c86a309136bfe2972c5d8bca242db5d1c /media-sound/ardour
parentpush chicken-4.8.0.3, remove 4.8.0.2 (diff)
downloadgentoo-2-92f37433aaf98f513e258d18019506423ffaad4c.tar.gz
gentoo-2-92f37433aaf98f513e258d18019506423ffaad4c.tar.bz2
gentoo-2-92f37433aaf98f513e258d18019506423ffaad4c.zip
Corrected the makeopts variable output for the jobs flag. See Bug 465132.
(Portage version: 2.1.11.55/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'media-sound/ardour')
-rw-r--r--media-sound/ardour/ChangeLog6
-rw-r--r--media-sound/ardour/ardour-3.0.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog
index 54c9f2996a00..2a3ce1a7cc28 100644
--- a/media-sound/ardour/ChangeLog
+++ b/media-sound/ardour/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ardour
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.112 2013/03/20 20:28:16 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.113 2013/04/08 21:24:03 nativemad Exp $
+
+ 08 Apr 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.0.ebuild:
+ Corrected the makeopts variable output for the jobs flag. See Bug 465132.
20 Mar 2013; Andreas Schuerch <nativemad@gentoo.org> ardour-3.0.ebuild:
added taglib and doxygens use of dot as deps. See Bug 462342 and 462464.
@@ -519,4 +522,3 @@
27 Jun 2003; robh <robh@gentoo.org> ardour-0.9_beta1.ebuild:
Initial version.
-
diff --git a/media-sound/ardour/ardour-3.0.ebuild b/media-sound/ardour/ardour-3.0.ebuild
index 245a0965f101..42822d699b75 100644
--- a/media-sound/ardour/ardour-3.0.ebuild
+++ b/media-sound/ardour/ardour-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.0.ebuild,v 1.2 2013/03/20 20:28:16 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.0.ebuild,v 1.3 2013/04/08 21:24:03 nativemad Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs waf-utils
@@ -67,7 +67,7 @@ src_configure() {
waf-utils_src_configure \
--destdir="${D}" \
--prefix=/usr \
- --jobs=${MAKEOPTS:2} \
+ --jobs=${MAKEOPTS:2:1} \
$(use lv2 && echo "--lv2" || echo "--no-lv2") \
$(use nls && echo "--nls" || echo "--no-nls") \
$(use debug && echo "--stl-debug" && echo "--rt-alloc-debug") \