diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 18:29:07 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 18:29:07 +0000 |
commit | 1180bd7b43bfbb858403bf5817c862fc932fbbbd (patch) | |
tree | 56d69d337426f4f016b0b0d2fe0a067b0ad8ee6b /net-print/foomatic-db-engine | |
parent | marking python 2.2.3 stable for x86 (diff) | |
download | gentoo-2-1180bd7b43bfbb858403bf5817c862fc932fbbbd.tar.gz gentoo-2-1180bd7b43bfbb858403bf5817c862fc932fbbbd.tar.bz2 gentoo-2-1180bd7b43bfbb858403bf5817c862fc932fbbbd.zip |
changed emake to make
Diffstat (limited to 'net-print/foomatic-db-engine')
-rw-r--r-- | net-print/foomatic-db-engine/Manifest | 2 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-print/foomatic-db-engine/Manifest b/net-print/foomatic-db-engine/Manifest index caf0e59ef291..91206f9e7a41 100644 --- a/net-print/foomatic-db-engine/Manifest +++ b/net-print/foomatic-db-engine/Manifest @@ -1,4 +1,4 @@ -MD5 69567a33856c6ba886f14263926982cb foomatic-db-engine-3.0.0.ebuild 888 MD5 993b742b4b855e83e181b6eb1cdfbd78 ChangeLog 332 +MD5 0eee228f9f5bfcca69030708158927e9 foomatic-db-engine-3.0.0.ebuild 887 MD5 8d4bb9556fc4abdf74109f920db4dfff files/digest-foomatic-db-engine-3.0.0 76 MD5 a61100174a95d158d5ce23eedf1f2cea files/perl-module.diff 1050 diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild index ac2f70779d68..fd830ed75d9e 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild,v 1.1 2003/07/16 14:44:17 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.0.ebuild,v 1.2 2003/07/16 18:29:07 lanius Exp $ inherit perl-module @@ -20,7 +20,7 @@ DEPEND="dev-libs/libxml2 src_compile() { epatch ${FILESDIR}/perl-module.diff econf - emake || die + make || die } src_install() { |