diff options
author | 2009-12-28 23:34:11 +0000 | |
---|---|---|
committer | 2009-12-28 23:34:11 +0000 | |
commit | 41d0e7e07909c3ad024af6606863fd8465516bf2 (patch) | |
tree | 54603e19c166f331c7e0c285cf5e1088db6b15f1 /x11-libs/guile-gtk | |
parent | arm/x86 stable, bug #296432 (diff) | |
download | gentoo-2-41d0e7e07909c3ad024af6606863fd8465516bf2.tar.gz gentoo-2-41d0e7e07909c3ad024af6606863fd8465516bf2.tar.bz2 gentoo-2-41d0e7e07909c3ad024af6606863fd8465516bf2.zip |
Use emake -j1 for install, as per bug #298803.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/guile-gtk')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-2.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 488efb9f825f..24188e55cc11 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/guile-gtk -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.32 2009/12/05 13:13:50 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.33 2009/12/28 23:34:11 flameeyes Exp $ + + 28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + guile-gtk-2.1.ebuild: + Use emake -j1 for install, as per bug #298803. *guile-gtk-2.1 (05 Dec 2009) diff --git a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1.ebuild index 45ac2ec0703b..cd25abbbc9a2 100644 --- a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.1 2009/12/05 13:13:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.2 2009/12/28 23:34:11 flameeyes Exp $ inherit virtualx eutils @@ -37,7 +37,8 @@ src_test() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + # bug #298803 + emake -j1 DESTDIR="${D}" install || die "make install failed" dodoc README AUTHORS ChangeLog NEWS TODO insinto /usr/share/doc/${PF}/examples doins -r examples/ |