summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-16 10:14:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-16 10:14:21 +0000
commit562cf3d49ec0c703b7bc47d6ba842a8dbea5b12f (patch)
treed7eeceb52a5fb28f6f8feb3b8c26202a6f5ddf44 /dev-lang
parentMasking dev-ruby/ruby-xlib for QA removal. (diff)
downloadgentoo-2-562cf3d49ec0c703b7bc47d6ba842a8dbea5b12f.tar.gz
gentoo-2-562cf3d49ec0c703b7bc47d6ba842a8dbea5b12f.tar.bz2
gentoo-2-562cf3d49ec0c703b7bc47d6ba842a8dbea5b12f.zip
Use emake -j1 for install as well.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/gwydion-dylan/ChangeLog8
-rw-r--r--dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/gwydion-dylan/ChangeLog b/dev-lang/gwydion-dylan/ChangeLog
index d472eec87a39..b0647ad2d7b6 100644
--- a/dev-lang/gwydion-dylan/ChangeLog
+++ b/dev-lang/gwydion-dylan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/gwydion-dylan
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/ChangeLog,v 1.4 2008/03/09 23:56:19 araujo Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/ChangeLog,v 1.5 2009/12/16 10:14:21 flameeyes Exp $
+
+ 16 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ gwydion-dylan-2.4.0-r1.ebuild:
+ Use emake -j1 for install as well.
*gwydion-dylan-2.4.0-r1 (09 Mar 2008)
diff --git a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild
index 22e525325747..50797878e5b3 100644
--- a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild
+++ b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild,v 1.1 2008/03/09 23:56:19 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0-r1.ebuild,v 1.2 2009/12/16 10:14:21 flameeyes Exp $
inherit eutils elisp-common
@@ -42,7 +42,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install \
+ emake -j1 DESTDIR="${D}" install \
|| die "make failed"
if use emacs; then
elisp-install "${PN}" "${S}"/tools/elisp/*.el "${S}"/tools/elisp/*.elc