diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-13 20:20:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-13 20:20:33 +0000 |
commit | 39222401e268be6c2322945e93fcc31639228242 (patch) | |
tree | 88da2a1ce134d65aa6e7ef24bf232df7287d8d63 /app-office/abiword | |
parent | Stable for x86, wrt bug #491148 (diff) | |
download | gentoo-2-39222401e268be6c2322945e93fcc31639228242.tar.gz gentoo-2-39222401e268be6c2322945e93fcc31639228242.tar.bz2 gentoo-2-39222401e268be6c2322945e93fcc31639228242.zip |
Parallel build fails, bug #488462; fix libgoffice dependency (#491076 by A. Person)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword/abiword-3.0.0-r1.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index d94abf180e32..9cb4df77b4b1 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.266 2013/10/17 20:41:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.267 2013/11/13 20:20:33 pacho Exp $ + + 13 Nov 2013; Pacho Ramos <pacho@gentoo.org> abiword-3.0.0-r1.ebuild: + Parallel build fails, bug #488462; fix libgoffice dependency (#491076 by A. + Person) *abiword-3.0.0-r1 (17 Oct 2013) diff --git a/app-office/abiword/abiword-3.0.0-r1.ebuild b/app-office/abiword/abiword-3.0.0-r1.ebuild index 9fe03c3e3d79..c480bb609d22 100644 --- a/app-office/abiword/abiword-3.0.0-r1.ebuild +++ b/app-office/abiword/abiword-3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.1 2013/10/17 20:41:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.2 2013/11/13 20:20:33 pacho Exp $ EAPI=5 GCONF_DEBUG="yes" @@ -35,7 +35,7 @@ RDEPEND=" >=x11-libs/gtk+-3.0.8:3[cups?] calendar? ( >=dev-libs/libical-0.46 ) eds? ( gnome-extra/evolution-data-server ) - goffice? ( >=x11-libs/goffice-0.10.0:0.10 ) + goffice? ( >=x11-libs/goffice-0.10.2:0.10 ) introspection? ( >=dev-libs/gobject-introspection-1.0.0 ) map? ( >=media-libs/libchamplain-0.12 ) plugins? ( @@ -138,6 +138,11 @@ src_configure() { $(use_enable spell) } +src_compile() { + # Parallel build fails, bug #488462 + MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile +} + src_install() { gnome2_src_install dodoc user/wp/readme.txt |