diff options
author | 2014-05-02 12:24:31 +0000 | |
---|---|---|
committer | 2014-05-02 12:24:31 +0000 | |
commit | 654fc5cf77860c009b19fe2445ecc47c26e664d7 (patch) | |
tree | 5fbc44dd973d2e6f9dbd2690903d6dab19e26d48 /app-text/mate-doc-utils | |
parent | Update ChangeLog. (diff) | |
download | gentoo-2-654fc5cf77860c009b19fe2445ecc47c26e664d7.tar.gz gentoo-2-654fc5cf77860c009b19fe2445ecc47c26e664d7.tar.bz2 gentoo-2-654fc5cf77860c009b19fe2445ecc47c26e664d7.zip |
Parallel build fails on some systems, s/gnome2_src_compile/emake -j1/
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-text/mate-doc-utils')
-rw-r--r-- | app-text/mate-doc-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mate-doc-utils/ChangeLog b/app-text/mate-doc-utils/ChangeLog index 33acbf507f77..10f8663ddc32 100644 --- a/app-text/mate-doc-utils/ChangeLog +++ b/app-text/mate-doc-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mate-doc-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.4 2014/03/10 23:00:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/ChangeLog,v 1.5 2014/05/02 12:24:31 tomwij Exp $ + + 02 May 2014; Tom Wijsman <TomWij@gentoo.org> mate-doc-utils-1.6.2.ebuild: + Parallel build fails on some systems, s/gnome2_src_compile/emake -j1/ 10 Mar 2014; Tom Wijsman <TomWij@gentoo.org> mate-doc-utils-1.6.2.ebuild: Update dependencies per the consensus formed with ssuominen. diff --git a/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild b/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild index 5ba6933dafa4..23ff5f6e4081 100644 --- a/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild +++ b/app-text/mate-doc-utils/mate-doc-utils-1.6.2.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/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.4 2014/03/10 23:00:16 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mate-doc-utils/mate-doc-utils-1.6.2.ebuild,v 1.5 2014/05/02 12:24:31 tomwij Exp $ EAPI="5" @@ -54,7 +54,7 @@ src_configure() { } src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile + python_foreach_impl run_in_build_dir emake -j1 } src_test() { |