diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 20:56:49 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-04 20:56:49 +0000 |
commit | c4349197418551e49fae175bc6fa93959d6ebf50 (patch) | |
tree | 3a08756e399de3eb95b542e00251310aa32eacef /net-print/hpijs | |
parent | Marked ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-c4349197418551e49fae175bc6fa93959d6ebf50.tar.gz gentoo-2-c4349197418551e49fae175bc6fa93959d6ebf50.tar.bz2 gentoo-2-c4349197418551e49fae175bc6fa93959d6ebf50.zip |
fix amd64 compile
Diffstat (limited to 'net-print/hpijs')
-rw-r--r-- | net-print/hpijs/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.6.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index 25d3255ee903..0a34198044b3 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hpijs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.30 2004/08/04 20:53:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.31 2004/08/04 20:56:49 lanius Exp $ + + 04 Aug 2004; Heinrich Wendel <lanius@gentoo.org> hpijs-1.6.1.ebuild: + fix amd64 compile 04 Aug 2004; Heinrich Wendel <lanius@gentoo.org> hpijs-1.6.1.ebuild: accedently commited as stable diff --git a/net-print/hpijs/hpijs-1.6.1.ebuild b/net-print/hpijs/hpijs-1.6.1.ebuild index 4cae41a68950..7e9c9a7fefd0 100644 --- a/net-print/hpijs/hpijs-1.6.1.ebuild +++ b/net-print/hpijs/hpijs-1.6.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.6.1.ebuild,v 1.2 2004/08/04 20:53:43 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.6.1.ebuild,v 1.3 2004/08/04 20:56:49 lanius Exp $ -inherit eutils +inherit eutils gnuconfig DB_V=${PV}-20031125 DESCRIPTION="The HP Inkjet server for Ghostscript. Provides best output for HP Inkjet Printers and some LaserJets" @@ -24,7 +24,7 @@ DEPEND="virtual/ghostscript src_unpack() { unpack ${A} cd ${S} - #gnuconfig_update + gnuconfig_update #epatch ${FILESDIR}/${P}-gcc34.patch epatch ${FILESDIR}/hpijs-1.4.1-rss.1.patch } |