summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-print/foomatic/foomatic-2.0.0.ebuild')
-rw-r--r--net-print/foomatic/foomatic-2.0.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-print/foomatic/foomatic-2.0.0.ebuild b/net-print/foomatic/foomatic-2.0.0.ebuild
index 7c9cda3bc17c..7987f16dbf38 100644
--- a/net-print/foomatic/foomatic-2.0.0.ebuild
+++ b/net-print/foomatic/foomatic-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.0.ebuild,v 1.8 2003/01/08 14:31:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/foomatic-2.0.0.ebuild,v 1.9 2003/01/22 19:22:40 agriffis Exp $
inherit perl-module
@@ -29,7 +29,10 @@ src_unpack() {
src_compile() {
econf || die "configure failed"
- emake || die "parallel make failed"
+
+ # Doesn't always build when using emake. It fails consistently on
+ # my Athlon when using -j6. (22 Jan 2003 agriffis)
+ make || die "make failed"
}
src_install() {