public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs (williamh)" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
Date: Tue, 29 Mar 2011 22:37:28 +0000 (UTC)	[thread overview]
Message-ID: <20110329223728.B80CD20054@flycatcher.gentoo.org> (raw)

williamh    11/03/29 22:37:28

  Modified:             ChangeLog brltty-4.2.ebuild
  Log:
  work around parallel make failure, bug #340903.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.111                app-accessibility/brltty/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	29 Mar 2011 19:49:21 -0000	1.110
+++ ChangeLog	29 Mar 2011 22:37:28 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/brltty
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.110 2011/03/29 19:49:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.111 2011/03/29 22:37:28 williamh Exp $
+
+  29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+  work around parallel build failure, bug #340903.
 
   29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
   run eautoconf instead of eautoreconf in src_prepare.



1.6                  app-accessibility/brltty/brltty-4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.5&r2=1.6

Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- brltty-4.2.ebuild	29 Mar 2011 19:49:21 -0000	1.5
+++ brltty-4.2.ebuild	29 Mar 2011 22:37:28 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.5 2011/03/29 19:49:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.6 2011/03/29 22:37:28 williamh Exp $
 
 EAPI="2"
 FINDLIB_USE="ocaml"
@@ -90,7 +90,8 @@
 		JAVAC_CONF="${JAVAC} -encoding UTF-8 $(java-pkg_javac-args)"
 	fi
 
-	emake JAVAC="${JAVAC_CONF}" || die
+	# workaround for parallel build failure, bug #340903.
+	emake -j1 JAVAC="${JAVAC_CONF}" || die
 }
 
 src_install() {






             reply	other threads:[~2011-03-29 22:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29 22:37 William Hubbs (williamh) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-12 16:49 [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild Jeroen Roovers (jer)
2011-04-16 18:10 Raul Porcel (armin76)
2011-04-11 21:37 William Hubbs (williamh)
2011-04-10 12:49 Tobias Klausmann (klausman)
2011-04-02  7:06 Christoph Mende (angelos)
2011-04-01 18:35 William Hubbs (williamh)
2011-03-31 23:31 William Hubbs (williamh)
2011-03-31 19:20 Kacper Kowalik (xarthisius)
2011-03-30 18:24 William Hubbs (williamh)
2011-03-30 18:05 William Hubbs (williamh)
2011-03-29 19:49 William Hubbs (williamh)
2011-03-28 21:24 William Hubbs (williamh)
2011-03-24 14:13 William Hubbs (williamh)
2010-10-05 17:19 Samuli Suominen (ssuominen)
2010-07-16 22:36 William Hubbs (williamh)

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=20110329223728.B80CD20054@flycatcher.gentoo.org \
    --to=williamh@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