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 | 88e52e032b343f4f22de6aa87fe903b4ed1f1d68 (patch) | |
tree | bd722fa13d4db7ba0c60044abd3ea15b77866d2b /net-print | |
parent | Marked ~amd64. (diff) | |
download | historical-88e52e032b343f4f22de6aa87fe903b4ed1f1d68.tar.gz historical-88e52e032b343f4f22de6aa87fe903b4ed1f1d68.tar.bz2 historical-88e52e032b343f4f22de6aa87fe903b4ed1f1d68.zip |
fix amd64 compile
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hpijs/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hpijs/Manifest | 4 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.6.1.ebuild | 6 |
3 files changed, 9 insertions, 6 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/Manifest b/net-print/hpijs/Manifest index 4b2b61a083ac..5909fae376fc 100644 --- a/net-print/hpijs/Manifest +++ b/net-print/hpijs/Manifest @@ -1,7 +1,7 @@ MD5 bae2f23750b4f8f65cc831e3721e6331 hpijs-1.5.ebuild 2074 MD5 3b917cf4ef8f616597347e806ce8c5e2 hpijs-1.4.1.ebuild 2006 -MD5 31ee02c9e49e6b9339aca0a5937dccd0 hpijs-1.6.1.ebuild 2101 -MD5 fc0ba7924ad2cb0d4673c82386a158ab ChangeLog 3212 +MD5 f2a2f0a49bc4793ab7d451a35fa3eb21 hpijs-1.6.1.ebuild 2110 +MD5 7d76b572b3d9d5ea4020e4e9cb1d5e6e ChangeLog 3304 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 153b11771cdc5889cbe726925c862292 files/hpijs-1.4.1-rss.1.patch 6182 MD5 f332f0c4b395ed9a2c8d89cf38787447 files/hpijs-1.5-gcc34.patch 1482 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 } |