diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 15:00:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 15:00:59 +0000 |
commit | 50706486039ced9248e479c535a6993aa855d518 (patch) | |
tree | 9d6d46038871f13cd3a2361ea28a524c8338bdb5 /net-print/hpijs/hpijs-1.4.1.ebuild | |
parent | Adding phpa_cache_admin to be installed. Closes #32331. (diff) | |
download | gentoo-2-50706486039ced9248e479c535a6993aa855d518.tar.gz gentoo-2-50706486039ced9248e479c535a6993aa855d518.tar.bz2 gentoo-2-50706486039ced9248e479c535a6993aa855d518.zip |
fix
Diffstat (limited to 'net-print/hpijs/hpijs-1.4.1.ebuild')
-rw-r--r-- | net-print/hpijs/hpijs-1.4.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-print/hpijs/hpijs-1.4.1.ebuild b/net-print/hpijs/hpijs-1.4.1.ebuild index a43dbdc64dc6..2a540332c7ea 100644 --- a/net-print/hpijs/hpijs-1.4.1.ebuild +++ b/net-print/hpijs/hpijs-1.4.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.4.1.ebuild,v 1.5 2003/09/26 12:26:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.4.1.ebuild,v 1.6 2003/10/30 15:00:54 lanius Exp $ + +inherit gnuconfig DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers and some LaserJets" HOMEPAGE="http://hpinkjet.sourceforge.net" @@ -16,6 +18,8 @@ SLOT="0" IUSE="cups foomaticdb ppds" src_compile () { + use amd64 && gnuconfig_update + use ppds \ && myconf="--enable-foomatic-install" \ || myconf="--disable-foomatic-install" |