tomwij 14/03/24 16:02:41 Modified: mate-panel-1.6.1.ebuild ChangeLog Log: Temporarily fix parallel build issue with -j1, discovered while building all MATE packages at once. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path 1.7 mate-base/mate-panel/mate-panel-1.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild?r1=1.6&r2=1.7 Index: mate-panel-1.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mate-panel-1.6.1.ebuild 10 Mar 2014 22:57:02 -0000 1.6 +++ mate-panel-1.6.1.ebuild 24 Mar 2014 16:02:41 -0000 1.7 @@ -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/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.6 2014/03/10 22:57:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/mate-panel-1.6.1.ebuild,v 1.7 2014/03/24 16:02:41 tomwij Exp $ EAPI="5" @@ -74,4 +74,8 @@ $(use_with X x) } +src_compile() { + emake -j1 +} + DOCS="AUTHORS ChangeLog HACKING NEWS README" 1.7 mate-base/mate-panel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-panel/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Mar 2014 22:57:02 -0000 1.6 +++ ChangeLog 24 Mar 2014 16:02:41 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for mate-base/mate-panel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.6 2014/03/10 22:57:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/mate-panel/ChangeLog,v 1.7 2014/03/24 16:02:41 tomwij Exp $ + + 24 Mar 2014; Tom Wijsman <[email protected]> mate-panel-1.6.1.ebuild: + Temporarily fix parallel build issue with -j1, discovered while building all + MATE packages at once. 10 Mar 2014; Tom Wijsman <[email protected]> mate-panel-1.6.1.ebuild: Update dependencies per the consensus formed with ssuominen.
