diff options
author | 2006-11-06 23:45:43 +0000 | |
---|---|---|
committer | 2006-11-06 23:45:43 +0000 | |
commit | 021ee6282f121898257bfcfcfb7f5eb45abd1cfe (patch) | |
tree | b16e77c3a0671ce3c6bf1d0c015d0738de54f4dc /net-print/lprng/lprng-3.8.28.ebuild | |
parent | version bump (diff) | |
download | historical-021ee6282f121898257bfcfcfb7f5eb45abd1cfe.tar.gz historical-021ee6282f121898257bfcfcfb7f5eb45abd1cfe.tar.bz2 historical-021ee6282f121898257bfcfcfb7f5eb45abd1cfe.zip |
lprng has problems with parallel make, remove current maintainer tpfaff because he no longer uses the software. Thanks for his maintainance
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'net-print/lprng/lprng-3.8.28.ebuild')
-rw-r--r-- | net-print/lprng/lprng-3.8.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/lprng/lprng-3.8.28.ebuild b/net-print/lprng/lprng-3.8.28.ebuild index 51e6c7e70a2c..8bbc881a994c 100644 --- a/net-print/lprng/lprng-3.8.28.ebuild +++ b/net-print/lprng/lprng-3.8.28.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/net-print/lprng/lprng-3.8.28.ebuild,v 1.9 2006/10/14 07:47:43 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/lprng/lprng-3.8.28.ebuild,v 1.10 2006/11/06 23:45:43 genstef Exp $ inherit eutils flag-o-matic @@ -55,7 +55,7 @@ src_compile() { --sysconfdir=/etc/lprng \ --disable-strip || die "econf failed" - emake || die "printer on fire!" + emake -j1 || die "printer on fire!" } src_install() { |