diff options
-rw-r--r-- | net-print/hplip/hplip-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-print/hplip/hplip-0.9.3.ebuild b/net-print/hplip/hplip-0.9.3.ebuild index 0aee9f992552..a9d9e1b7bf56 100644 --- a/net-print/hplip/hplip-0.9.3.ebuild +++ b/net-print/hplip/hplip-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.3.ebuild,v 1.2 2005/06/07 18:10:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.3.ebuild,v 1.3 2005/06/08 10:11:54 lanius Exp $ inherit eutils @@ -29,7 +29,7 @@ RDEPEND="virtual/ghostscript ) ) qt? ( >=dev-python/PyQt-3.11 x11-libs/qt ) - usb? ( dev-libs/libusb sys-apps/hotplug ) + usb? ( >=dev-libs/libusb-0.1.10a sys-apps/hotplug ) foomaticdb? ( net-print/foomatic ) cups? ( net-print/cups ) ${DEPEND}" diff --git a/net-print/hpoj/hpoj-0.91-r3.ebuild b/net-print/hpoj/hpoj-0.91-r3.ebuild index 0487d6a219bf..817526c57d67 100644 --- a/net-print/hpoj/hpoj-0.91-r3.ebuild +++ b/net-print/hpoj/hpoj-0.91-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.9 2005/06/07 17:04:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/hpoj-0.91-r3.ebuild,v 1.10 2005/06/08 10:08:57 lanius Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="qt? ( >=x11-libs/qt-3.1.0-r1 ) scanner? ( || ( X? ( >=media-gfx/xsane-0.89 ) >=media-gfx/sane-frontends-1.0.9 ) ) snmp? ( net-analyzer/net-snmp ) cups? ( >=net-print/cups-1.1.18-r2 ) - usb? ( dev-libs/libusb sys-apps/hotplug )" + usb? ( >=dev-libs/libusb-0.1.10a sys-apps/hotplug )" src_compile() { epatch ${FILESDIR}/udev.patch |