From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.0.1.ebuild
Date: Tue, 22 Apr 2014 18:36:56 +0000 (UTC) [thread overview]
Message-ID: <20140422183656.4B4672004B@flycatcher.gentoo.org> (raw)
graaff 14/04/22 18:36:56
Modified: ChangeLog gtk-gnutella-1.0.1.ebuild
Log:
Work around parallel build bug reported in bug 500760.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.155 net-p2p/gtk-gnutella/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 9 Feb 2014 10:11:03 -0000 1.154
+++ ChangeLog 22 Apr 2014 18:36:56 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gtk-gnutella
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.154 2014/02/09 10:11:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.155 2014/04/22 18:36:56 graaff Exp $
+
+ 22 Apr 2014; Hans de Graaff <graaff@gentoo.org> gtk-gnutella-1.0.1.ebuild:
+ Work around parallel build bug reported in bug 500760.
09 Feb 2014; Hans de Graaff <graaff@gentoo.org> -gtk-gnutella-0.98.4.ebuild:
Cleanup.
1.2 net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild?r1=1.1&r2=1.2
Index: gtk-gnutella-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-gnutella-1.0.1.ebuild 1 Jan 2014 08:05:57 -0000 1.1
+++ gtk-gnutella-1.0.1.ebuild 22 Apr 2014 18:36:56 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v 1.1 2014/01/01 08:05:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-1.0.1.ebuild,v 1.2 2014/04/22 18:36:56 graaff Exp $
EAPI=5
@@ -75,6 +75,11 @@
${myconf}
}
+src_compile() {
+ # Build system is not parallel-safe, bug 500760
+ emake -j1
+}
+
src_install() {
dodir /usr/bin
emake INSTALL_PREFIX="${D}" install || die "Install failed"
next reply other threads:[~2014-04-22 18:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-22 18:36 Hans de Graaff (graaff) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-01 15:20 [gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.0.1.ebuild Hans de Graaff (graaff)
2014-04-26 10:58 JosA MarAa Alonso (nimiux)
2014-01-01 8:05 Hans de Graaff (graaff)
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=20140422183656.4B4672004B@flycatcher.gentoo.org \
--to=graaff@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