From 976770b8d4313eb15c99b1b68197870f0c1d9f37 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 13 Dec 2016 16:00:08 +0100 Subject: 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 --- net-print/hplip/hplip-3.16.11-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-print') diff --git a/net-print/hplip/hplip-3.16.11-r2.ebuild b/net-print/hplip/hplip-3.16.11-r2.ebuild index 5ef841c860f..8e03afe8d8c 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) -- cgit v1.2.1