diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-02 11:15:28 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-02 11:15:28 +0000 |
commit | 7c141cbf3bedc04f55d789e0288cc46362490852 (patch) | |
tree | f3c161b40a3b1ae3677caf658e1b244b64d59463 | |
parent | Fix build by just not using the broken Makefile, instead build straight in sr... (diff) | |
download | gentoo-2-7c141cbf3bedc04f55d789e0288cc46362490852.tar.gz gentoo-2-7c141cbf3bedc04f55d789e0288cc46362490852.tar.bz2 gentoo-2-7c141cbf3bedc04f55d789e0288cc46362490852.zip |
Depend on PyQt4 with X module enabled; closes bug #272178.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | net-print/hplip/ChangeLog | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.9.4b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index a015f4b3b35d..b1384e22a90b 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.118 2009/05/28 20:07:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.119 2009/06/02 11:15:28 flameeyes Exp $ + + 02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> hplip-3.9.4b.ebuild: + Depend on PyQt4 with X module enabled; closes bug #272178. *hplip-3.9.4b (28 May 2009) diff --git a/net-print/hplip/hplip-3.9.4b.ebuild b/net-print/hplip/hplip-3.9.4b.ebuild index 2a182f6c55ca..5e25aceff54f 100644 --- a/net-print/hplip/hplip-3.9.4b.ebuild +++ b/net-print/hplip/hplip-3.9.4b.ebuild @@ -1,6 +1,6 @@ # 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-3.9.4b.ebuild,v 1.1 2009/05/28 20:07:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild,v 1.2 2009/06/02 11:15:28 flameeyes Exp $ EAPI="2" @@ -53,7 +53,7 @@ RDEPEND="${DEPEND} dev-python/reportlab ) qt4? ( !qt3? ( - dev-python/PyQt4 + dev-python/PyQt4[X] dbus? ( dev-python/dbus-python ) ) ) qt3? ( |