summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-01-22 19:22:40 +0000
committerAron Griffis <agriffis@gentoo.org>2003-01-22 19:22:40 +0000
commita2f5ffd2c77f79e882dd83a816244cb6f3313112 (patch)
tree83c42d0c39fdba81e05395a5ed9ca6ed5f5a096c
parentadded pppoe.html (diff)
downloadgentoo-2-a2f5ffd2c77f79e882dd83a816244cb6f3313112.tar.gz
gentoo-2-a2f5ffd2c77f79e882dd83a816244cb6f3313112.tar.bz2
gentoo-2-a2f5ffd2c77f79e882dd83a816244cb6f3313112.zip
emake doesn't always work on foomatic
-rw-r--r--net-print/foomatic/ChangeLog5
-rw-r--r--net-print/foomatic/foomatic-2.0.0.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/net-print/foomatic/ChangeLog b/net-print/foomatic/ChangeLog
index 8cf1f444e155..16455b895470 100644
--- a/net-print/foomatic/ChangeLog
+++ b/net-print/foomatic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-print/foomatic
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.5 2003/01/08 14:31:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic/ChangeLog,v 1.6 2003/01/22 19:22:40 agriffis Exp $
+
+ 22 Jan 2003; Aron Griffis <agriffis@gentoo.org> foomatic-2.0.0.ebuild :
+ Don't use emake because it doesn't always work.
07 Jan 2003; Aron Griffis <agriffis@gentoo.org> foomatic-2.0.0.ebuild :
Add alpha to KEYWORDS
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() {