diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:19:23 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 13:19:23 +0000 |
commit | 8e6f6630ca9e50f1c29135eb3db456ab0f910f5a (patch) | |
tree | 855c27f0f51cece547cfe4c5fd6bbcd4cbc999fd /net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild | |
parent | Added ~amd64 keyword. Closes bug #112475. (diff) | |
download | historical-8e6f6630ca9e50f1c29135eb3db456ab0f910f5a.tar.gz historical-8e6f6630ca9e50f1c29135eb3db456ab0f910f5a.tar.bz2 historical-8e6f6630ca9e50f1c29135eb3db456ab0f910f5a.zip |
Switched from perl-module to perl-app eclass
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild')
-rw-r--r-- | net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild index 4499c1b0c683..c0072a3c9619 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # 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.2.ebuild,v 1.11 2005/08/16 05:21:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild,v 1.12 2005/11/28 13:19:23 mcummings Exp $ -inherit perl-module eutils +inherit perl-app eutils DESCRIPTION="Foomatic printer database engine" HOMEPAGE="http://www.linuxprinting.org/foomatic.html" @@ -28,8 +28,8 @@ src_install() { make DESTDIR=${D} install || die "make install failed" # install perl modules cd lib - perl-module_src_prep - perl-module_src_compile + perl-app_src_prep + perl-app_src_compile perl-module_src_test perl-module_src_install } |