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
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')
-rw-r--r--app-i18n/zhcon/ChangeLog10
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6.ebuild4
2 files changed, 11 insertions, 3 deletions
diff --git a/app-i18n/zhcon/ChangeLog b/app-i18n/zhcon/ChangeLog
index 186299c74844..7bb568799e66 100644
--- a/app-i18n/zhcon/ChangeLog
+++ b/app-i18n/zhcon/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-i18n/zhcon
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/ChangeLog,v 1.9 2006/10/22 22:40:27 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/ChangeLog,v 1.10 2006/10/24 08:49:30 flameeyes Exp $
+
+ 24 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -files/zhcon-0.2.3-CAN-2005-0072.patch,
+ -files/zhcon-0.2.3-assert-gentoo.diff, -files/zhcon-0.2.3-gcc34.patch,
+ -files/zhcon-0.2.3-gentoo.diff, -zhcon-0.2.3.ebuild,
+ -zhcon-0.2.3-r1.ebuild, zhcon-0.2.6.ebuild:
+ Use -j1 for make install, thanks Zhang Le in bug #144944. Remove old
+ versions, that don't work anyway.
22 Oct 2006; Joshua Jackson <tsunam@gentoo.org> zhcon-0.2.3.ebuild,
zhcon-0.2.3-r1.ebuild:
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
}