diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-08 10:11:54 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-08 10:11:54 +0000 |
commit | 3d6d0a96c159ba75ac973071b6581b2308863093 (patch) | |
tree | cc7f7b83597fc76b7f67efc5964b9d4cc76134b0 /net-print/hpoj | |
parent | add gcc4.1 patch (diff) | |
download | gentoo-2-3d6d0a96c159ba75ac973071b6581b2308863093.tar.gz gentoo-2-3d6d0a96c159ba75ac973071b6581b2308863093.tar.bz2 gentoo-2-3d6d0a96c159ba75ac973071b6581b2308863093.zip |
fix libusb dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/hpoj-0.91-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |