pacho 14/05/15 08:06:01 Modified: farstream-0.1.2-r1.ebuild ChangeLog Log: 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)
Revision Changes Path 1.18 net-libs/farstream/farstream-0.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?r1=1.17&r2=1.18 Index: farstream-0.1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- farstream-0.1.2-r1.ebuild 12 Apr 2014 09:44:53 -0000 1.17 +++ farstream-0.1.2-r1.ebuild 15 May 2014 08:06:01 -0000 1.18 @@ -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 @@ " # 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 1.36 net-libs/farstream/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 27 Apr 2014 08:14:02 -0000 1.35 +++ ChangeLog 15 May 2014 08:06:01 -0000 1.36 @@ -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 <[email protected]> farstream-0.1.2-r1.ebuild: + Parallel build/installing is completely broken for old slot (#434618) 27 Apr 2014; Pacho Ramos <[email protected]> -farstream-0.2.2.ebuild: drop old
