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 | 7bf1d40a1e7abee3a28b04a2700386c01be64af2 (patch) | |
tree | 74dc51c7bef97275abb1473b28fd0df36278450c /net-print/hplip | |
parent | add gcc4.1 patch (diff) | |
download | historical-7bf1d40a1e7abee3a28b04a2700386c01be64af2.tar.gz historical-7bf1d40a1e7abee3a28b04a2700386c01be64af2.tar.bz2 historical-7bf1d40a1e7abee3a28b04a2700386c01be64af2.zip |
fix libusb dep
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-print/hplip')
-rw-r--r-- | net-print/hplip/Manifest | 8 | ||||
-rw-r--r-- | net-print/hplip/hplip-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest index 8587cee876d5..66d34963d9d4 100644 --- a/net-print/hplip/Manifest +++ b/net-print/hplip/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 d0040c66eb99069f295931a9c525f69a hplip-0.9.3.ebuild 2550 +MD5 aa18dba3362bbe1475d56f2c1789f76a hplip-0.9.3.ebuild 2558 MD5 d9509326421eb28090ae1a0b046f70d4 ChangeLog 487 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 ce4ebffecf6776bf8b594d515f151b0e files/digest-hplip-0.9.3 146 @@ -9,7 +9,7 @@ MD5 5243cb60063760c1f71d7d026720421e files/hplip.init.d 898 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCpeMjI1lqEGTUzyQRAgkIAJ4mMWHYAa/W1pGchNeaYXWm8bNKawCfaYxM -Rpw/nlj6A18ieWzoGZh+nRE= -=5s+a +iD8DBQFCpsUxevY57Fted3ERAvAiAKDBe960Qgn9lJJ9ZTQdmiwh3c/hSACdFEiF +PFauWz9MMD7Yqdx5jEfsSIM= +=WObU -----END PGP SIGNATURE----- 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}" |