summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-28 02:11:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-07-28 02:11:25 +0000
commitf7b7d1bca0dd56e161c0e2f3178c2ec2053ccc96 (patch)
tree1f39250608e780448d7d5e4e0cf7132a1739a968 /net-irc/ircii
parentBug #279352: version bump. Also fixes bug #266643. (diff)
downloadgentoo-2-f7b7d1bca0dd56e161c0e2f3178c2ec2053ccc96.tar.gz
gentoo-2-f7b7d1bca0dd56e161c0e2f3178c2ec2053ccc96.tar.bz2
gentoo-2-f7b7d1bca0dd56e161c0e2f3178c2ec2053ccc96.zip
Use emake -j1 for install.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/ircii')
-rw-r--r--net-irc/ircii/ChangeLog8
-rw-r--r--net-irc/ircii/ircii-20060725.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/ircii/ChangeLog b/net-irc/ircii/ChangeLog
index 5fe7f9413b94..6e9d849830a7 100644
--- a/net-irc/ircii/ChangeLog
+++ b/net-irc/ircii/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/ircii
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.25 2007/03/19 22:20:09 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.26 2009/07/28 02:11:25 flameeyes Exp $
+
+ 28 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ ircii-20060725.ebuild:
+ Use emake -j1 for install.
19 Mar 2007; Raúl Porcel <armin76@gentoo.org> -ircii-20040820.ebuild:
old
diff --git a/net-irc/ircii/ircii-20060725.ebuild b/net-irc/ircii/ircii-20060725.ebuild
index b1d6ae35d903..4f8c92fa54ef 100644
--- a/net-irc/ircii/ircii-20060725.ebuild
+++ b/net-irc/ircii/ircii-20060725.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20060725.ebuild,v 1.5 2007/03/19 22:11:50 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20060725.ebuild,v 1.6 2009/07/28 02:11:25 flameeyes Exp $
IUSE="ipv6"
@@ -22,7 +22,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ emake -j1 DESTDIR=${D} install || die "make install failed"
dodoc ChangeLog INSTALL NEWS README \
doc/Copyright doc/crypto doc/VERSIONS doc/ctcp \