diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2009-05-16 15:48:14 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2009-05-16 15:48:14 +0000 |
commit | 89b52e9861374199dc1e7657b29962fe8bd61d38 (patch) | |
tree | 1d370f88943769d2f0b1b56f7bfab1cd724f5cad /net-print/hplip | |
parent | move some steps out of src_unpack and into src_prepare (diff) | |
download | gentoo-2-89b52e9861374199dc1e7657b29962fe8bd61d38.tar.gz gentoo-2-89b52e9861374199dc1e7657b29962fe8bd61d38.tar.bz2 gentoo-2-89b52e9861374199dc1e7657b29962fe8bd61d38.zip |
Fixed hplip-2.8.7 for bug #270055.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-2.8.7.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index e0471ed58cee..391eea8fa82e 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/hplip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.115 2009/05/16 15:25:32 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.116 2009/05/16 15:48:14 calchan Exp $ + + 16 May 2009; Denis Dupeyron <calchan@gentoo.org> hplip-2.8.7.ebuild: + Fixed hplip-2.8.7 for bug #270055. 16 May 2009; Denis Dupeyron <calchan@gentoo.org> hplip-2.8.6b.ebuild: Fixed hplip-2.8.6b for bug #270055. diff --git a/net-print/hplip/hplip-2.8.7.ebuild b/net-print/hplip/hplip-2.8.7.ebuild index 55ceb93c9ded..fe18ae198116 100644 --- a/net-print/hplip/hplip-2.8.7.ebuild +++ b/net-print/hplip/hplip-2.8.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.7.ebuild,v 1.2 2009/03/14 19:04:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.7.ebuild,v 1.3 2009/05/16 15:48:14 calchan Exp $ + +EAPI="1" inherit eutils linux-info python @@ -14,6 +16,8 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="cupsddk dbus doc fax gtk minimal parport ppds qt3 qt4 scanner snmp" +# Note : libusb-compat untested (calchan 20090516) + DEPEND="!net-print/hpijs !net-print/hpoj virtual/ghostscript @@ -21,7 +25,7 @@ DEPEND="!net-print/hpijs >=net-print/foomatic-filters-3.0.20080507 !minimal? ( >=net-print/cups-1.2 - dev-libs/libusb + dev-libs/libusb:0 cupsddk? ( net-print/cupsddk ) dbus? ( >=sys-apps/dbus-1.0.0 ) scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) |