public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: ChangeLog qtscriptgenerator-0.1.0.ebuild
Date: Fri, 26 Jun 2009 20:28:49 +0000	[thread overview]
Message-ID: <E1MKI2T-0008J1-D8@stork.gentoo.org> (raw)

hwoarang    09/06/26 20:28:49

  Modified:             ChangeLog qtscriptgenerator-0.1.0.ebuild
  Log:
  Use only one job on compilation. Fixes bug 274458
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-libs/qtscriptgenerator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	17 Jun 2009 07:40:09 -0000	1.6
+++ ChangeLog	26 Jun 2009 20:28:49 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/qtscriptgenerator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.6 2009/06/17 07:40:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/ChangeLog,v 1.7 2009/06/26 20:28:49 hwoarang Exp $
+
+  26 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
+  qtscriptgenerator-0.1.0.ebuild:
+  Use only one job on compilation. Fixes bug 274458
 
   17 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
   qtscriptgenerator-0.1.0.ebuild:



1.7                  x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild?r1=1.6&r2=1.7

Index: qtscriptgenerator-0.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtscriptgenerator-0.1.0.ebuild	17 Jun 2009 07:40:09 -0000	1.6
+++ qtscriptgenerator-0.1.0.ebuild	26 Jun 2009 20:28:49 -0000	1.7
@@ -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/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild,v 1.6 2009/06/17 07:40:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.1.0.ebuild,v 1.7 2009/06/26 20:28:49 hwoarang Exp $
 
 EAPI="2"
 
@@ -57,12 +57,13 @@
 }
 
 src_compile() {
+	# use only one job for compilation wrt bug 274458
 	cd "${S}"/generator
-	emake || die "make generator failed"
+	emake -j1 || die "make generator failed"
 	./generator --include-paths="/usr/include/qt4/" || die "running generator failed"
 
 	cd "${S}"/qtbindings
-	emake || die "make qtbindings failed"
+	emake -j1 || die "make qtbindings failed"
 }
 
 src_install() {






             reply	other threads:[~2009-06-26 20:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-26 20:28 Markos Chandras (hwoarang) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-06 10:22 [gentoo-commits] gentoo-x86 commit in x11-libs/qtscriptgenerator: ChangeLog qtscriptgenerator-0.1.0.ebuild Davide Pesavento (pesa)
2011-03-26 16:46 Andreas HAttel (dilfridge)
2011-01-18 22:16 Brent Baude (ranger)
2010-07-07 11:36 Samuli Suominen (ssuominen)
2010-02-23  4:03 Joseph Jezak (josejx)
2009-10-29 11:19 Christian Faulhammer (fauli)
2009-10-26 13:46 Samuli Suominen (ssuominen)
2009-06-17  7:40 Markos Chandras (hwoarang)
2009-06-12 22:49 Ben de Groot (yngwin)
2009-06-05 10:37 Ben de Groot (yngwin)
2009-05-29 23:29 Ben de Groot (yngwin)
2009-05-08  1:48 Peter Alfredsen (loki_val)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MKI2T-0008J1-D8@stork.gentoo.org \
    --to=hwoarang@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox