diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-15 08:06:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-15 08:06:01 +0000 |
commit | 4fa8b680b26bab1bce6722c152190f2947c12963 (patch) | |
tree | 980b84b069c251e46022df0aacff5192d8471406 | |
parent | Disable obexftp backend, upstream bug #729945 (diff) | |
download | gentoo-2-4fa8b680b26bab1bce6722c152190f2947c12963.tar.gz gentoo-2-4fa8b680b26bab1bce6722c152190f2947c12963.tar.bz2 gentoo-2-4fa8b680b26bab1bce6722c152190f2947c12963.zip |
Parallel build/installing is completely broken for old slot (#434618)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-libs/farstream/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/farstream/farstream-0.1.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-libs/farstream/ChangeLog b/net-libs/farstream/ChangeLog index 50a52c702ff0..057ac77b14a7 100644 --- a/net-libs/farstream/ChangeLog +++ b/net-libs/farstream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/farstream # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.35 2014/04/27 08:14:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.36 2014/05/15 08:06:01 pacho Exp $ + + 15 May 2014; Pacho Ramos <pacho@gentoo.org> farstream-0.1.2-r1.ebuild: + Parallel build/installing is completely broken for old slot (#434618) 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -farstream-0.2.2.ebuild: drop old diff --git a/net-libs/farstream/farstream-0.1.2-r1.ebuild b/net-libs/farstream/farstream-0.1.2-r1.ebuild index ccba380d6901..760a6d6d3cae 100644 --- a/net-libs/farstream/farstream-0.1.2-r1.ebuild +++ b/net-libs/farstream/farstream-0.1.2-r1.ebuild @@ -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-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.17 2014/04/12 09:44:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.18 2014/05/15 08:06:01 pacho Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -42,6 +42,8 @@ RDEPEND="${COMMONDEPEND} " # This package is just a rename from farsight2 +MAKEOPTS="${MAKEOPTS} -j1" # Parallel is completely broken on this slot, bug #434618 + DEPEND="${COMMONDEPEND} dev-util/gtk-doc-am virtual/pkgconfig |