diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircii/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/ircii/ircii-20060725.ebuild | 6 |
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 \ |