diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-12-13 16:00:08 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2016-12-16 17:43:26 +0100 |
commit | 976770b8d4313eb15c99b1b68197870f0c1d9f37 (patch) | |
tree | 91d82e6a35a7364940cf9016bb0c4eea247980df /net-print | |
parent | net-print/hplip: Drop old (diff) | |
download | gentoo-976770b8d4313eb15c99b1b68197870f0c1d9f37.tar.gz gentoo-976770b8d4313eb15c99b1b68197870f0c1d9f37.tar.bz2 gentoo-976770b8d4313eb15c99b1b68197870f0c1d9f37.zip |
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@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/hplip-3.16.11-r2.ebuild | 3 |
1 files changed, 1 insertions, 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 5ef841c860f6..8e03afe8d8ce 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) |