diff options
author | 2009-07-29 10:49:33 +0000 | |
---|---|---|
committer | 2009-07-29 10:49:33 +0000 | |
commit | f2247ab79c341bf9f1327f25db1873fb7c94c726 (patch) | |
tree | 10a341d9e736caf6e3993099638301735d948061 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-f2247ab79c341bf9f1327f25db1873fb7c94c726.tar.gz gentoo-2-f2247ab79c341bf9f1327f25db1873fb7c94c726.tar.bz2 gentoo-2-f2247ab79c341bf9f1327f25db1873fb7c94c726.zip |
Use emake -j1 during install.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xnc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xnc/xnc-5.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xnc/ChangeLog b/x11-misc/xnc/ChangeLog index dfda87da0c82..2ffbd1b2eec1 100644 --- a/x11-misc/xnc/ChangeLog +++ b/x11-misc/xnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xnc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.14 2007/08/02 13:28:02 uberlord Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.15 2009/07/29 10:49:33 flameeyes Exp $ + + 29 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> xnc-5.0.4.ebuild: + Use emake -j1 during install. 02 Aug 2007; Roy Marples <uberlord@gentoo.org> xnc-5.0.4.ebuild: Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky. diff --git a/x11-misc/xnc/xnc-5.0.4.ebuild b/x11-misc/xnc/xnc-5.0.4.ebuild index f491a5c100dc..dd335ed7bd08 100644 --- a/x11-misc/xnc/xnc-5.0.4.ebuild +++ b/x11-misc/xnc/xnc-5.0.4.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/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.11 2007/08/02 13:28:02 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.12 2009/07/29 10:49:33 flameeyes Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -33,6 +33,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + emake -j1 DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog LICENSE README TODO } |