summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-24 08:49:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-24 08:49:30 +0000
commit1a8729bf4b9bfab0fe24360fa097b36ef9b89916 (patch)
treeb4cc239ad40cf975ffc920b556576d8eb1f15e83 /app-i18n/zhcon/zhcon-0.2.6.ebuild
parentmove sys-power/sispm_ctl sys-power/sispmctl (diff)
downloadgentoo-2-1a8729bf4b9bfab0fe24360fa097b36ef9b89916.tar.gz
gentoo-2-1a8729bf4b9bfab0fe24360fa097b36ef9b89916.tar.bz2
gentoo-2-1a8729bf4b9bfab0fe24360fa097b36ef9b89916.zip
Use -j1 for make install, thanks Zhang Le in bug #144944. Remove old versions, that don't work anyway.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'app-i18n/zhcon/zhcon-0.2.6.ebuild')
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/zhcon/zhcon-0.2.6.ebuild b/app-i18n/zhcon/zhcon-0.2.6.ebuild
index 25d39b2462ed..5143b1370095 100644
--- a/app-i18n/zhcon/zhcon-0.2.6.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6.ebuild,v 1.1 2006/10/22 20:49:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6.ebuild,v 1.2 2006/10/24 08:49:30 flameeyes Exp $
WANT_AUTOMAKE="1.9"
WANT_AUTOCONF="latest"
@@ -31,7 +31,7 @@ src_unpack() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake -j1 DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README NEWS TODO THANKS
dodoc ABOUT-NLS README.BSD README.gpm README.utf8
}