summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2009-05-16 15:25:32 +0000
committerDenis Dupeyron <calchan@gentoo.org>2009-05-16 15:25:32 +0000
commit75f7a6c00afc5bcfd51e4beda098602e98d573d0 (patch)
tree263f76b3bae55f129943144f063c97b35444865b /net-print
parentgst-plugins-bad: Remove vcd from list of plugins with deps (diff)
downloadgentoo-2-75f7a6c00afc5bcfd51e4beda098602e98d573d0.tar.gz
gentoo-2-75f7a6c00afc5bcfd51e4beda098602e98d573d0.tar.bz2
gentoo-2-75f7a6c00afc5bcfd51e4beda098602e98d573d0.zip
Fixed hplip-2.8.6b for bug #270055.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/hplip/ChangeLog5
-rw-r--r--net-print/hplip/hplip-2.8.6b.ebuild10
2 files changed, 11 insertions, 4 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index ebb045c33ba6..e0471ed58cee 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.114 2009/03/29 15:43:01 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.115 2009/05/16 15:25:32 calchan Exp $
+
+ 16 May 2009; Denis Dupeyron <calchan@gentoo.org> hplip-2.8.6b.ebuild:
+ Fixed hplip-2.8.6b for bug #270055.
29 Mar 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> metadata.xml,
hplip-3.9.2.ebuild:
diff --git a/net-print/hplip/hplip-2.8.6b.ebuild b/net-print/hplip/hplip-2.8.6b.ebuild
index fd373208c149..cc533765b9a8 100644
--- a/net-print/hplip/hplip-2.8.6b.ebuild
+++ b/net-print/hplip/hplip-2.8.6b.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.6b.ebuild,v 1.6 2008/08/15 11:08:00 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-2.8.6b.ebuild,v 1.7 2009/05/16 15:25:32 calchan Exp $
+
+EAPI="1"
inherit eutils linux-info python
@@ -14,6 +16,8 @@ KEYWORDS="amd64 ppc ppc64 x86"
IUSE="cupsddk dbus doc fax 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 )