commit: 976770b8d4313eb15c99b1b68197870f0c1d9f37
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue Dec 13 15:00:08 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 16:43:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976770b8
net-print/hplip: Disable Qt4, USE=!qt5 now means no GUI
Gentoo-bug: 602506
Package-Manager: portage-2.3.0
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
net-print/hplip/hplip-3.16.11-r2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-print/hplip/hplip-3.16.11-r2.ebuild
b/net-print/hplip/hplip-3.16.11-r2.ebuild
index 5ef841c..8e03afe 100644
--- a/net-print/hplip/hplip-3.16.11-r2.ebuild
+++ b/net-print/hplip/hplip-3.16.11-r2.ebuild
@@ -53,7 +53,6 @@ RDEPEND="${COMMON_DEPEND}
$(python_gen_cond_dep
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
fax? ( $(python_gen_cond_dep
'=dev-python/reportlab-2*[${PYTHON_USEDEP}]' 'python2*') )
kernel_linux? ( virtual/udev )
- !qt5? ( >=dev-python/PyQt4-4.11.1[dbus,X,${PYTHON_USEDEP}] )
qt5? (
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] )
scanner? (
!fax? ( >=dev-python/reportlab-3.2[${PYTHON_USEDEP}] )
@@ -211,6 +210,7 @@ src_configure() {
--disable-foomatic-rip-hplip-install \
--disable-shadow-build \
--disable-qt3 \
+ --disable-qt4 \
--disable-udev_sysfs_rules \
--with-cupsbackenddir=$(cups-config --serverbin)/backend \
--with-cupsfilterdir=$(cups-config --serverbin)/filter \
@@ -225,7 +225,6 @@ src_configure() {
$(use_enable !minimal dbus-build) \
$(use_enable parport pp-build) \
$(use_enable policykit) \
- $(use_enable !qt5 qt4) \
$(use_enable qt5) \
$(use_enable scanner scan-build) \
$(use_enable snmp network-build)