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 | 5d900df256fd3ab3d846b2d726c11a3c6276741e (patch) | |
tree | 699f01c0b95bc15c668f0a8eb1874e4a0d89bd8d /net-print | |
parent | marking python 2.2.3 stable for x86 (diff) | |
download | historical-5d900df256fd3ab3d846b2d726c11a3c6276741e.tar.gz historical-5d900df256fd3ab3d846b2d726c11a3c6276741e.tar.bz2 historical-5d900df256fd3ab3d846b2d726c11a3c6276741e.zip |
changed emake to make
Diffstat (limited to 'net-print')
-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() { |