summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-28 21:00:52 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-28 21:00:52 +0000
commit0992fa0260d130a90777380233aa40e54564a38f (patch)
tree3055209793e198b9c793a4cbe532bdd1971f5bce /net-print
parentVersion bump, bug #51789 (diff)
downloadgentoo-2-0992fa0260d130a90777380233aa40e54564a38f.tar.gz
gentoo-2-0992fa0260d130a90777380233aa40e54564a38f.tar.bz2
gentoo-2-0992fa0260d130a90777380233aa40e54564a38f.zip
fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/hplip/ChangeLog5
-rw-r--r--net-print/hplip/hplip-0.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog
index 4d2dedc359ea..47206ccdff51 100644
--- a/net-print/hplip/ChangeLog
+++ b/net-print/hplip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-print/hplip
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.3 2005/07/05 23:03:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.4 2005/07/28 21:00:52 caleb Exp $
+
+ 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> hplip-0.9.3.ebuild:
+ Fix qt dep per bug #100235
05 Jul 2005; Sven Wegener <swegener@gentoo.org> hplip-0.9.3.ebuild:
QA: Added cups and usb to IUSE.
diff --git a/net-print/hplip/hplip-0.9.3.ebuild b/net-print/hplip/hplip-0.9.3.ebuild
index daaa30e52276..6a2129fa7496 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.4 2005/07/05 23:03:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-0.9.3.ebuild,v 1.5 2005/07/28 21:00:52 caleb Exp $
inherit eutils
@@ -28,7 +28,7 @@ RDEPEND="virtual/ghostscript
>=media-gfx/sane-frontends-1.0.9
)
)
- qt? ( >=dev-python/PyQt-3.11 x11-libs/qt )
+ qt? ( >=dev-python/PyQt-3.11 =x11-libs/qt-3* )
usb? ( >=dev-libs/libusb-0.1.10a sys-apps/hotplug )
foomaticdb? ( net-print/foomatic )
cups? ( net-print/cups )