summaryrefslogtreecommitdiff
path: root/net-print/hplip
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2016-06-05 12:45:24 +0200
committerDaniel Pielmeier <billie@gentoo.org>2016-06-05 12:45:24 +0200
commit8b6317799ba1e12c4ca47ea29ce4b023515da550 (patch)
treea96c85d4b084c5f948de6e1b18b4a377e3a0c961 /net-print/hplip
parent1dcfab84164d20827525beaecd6f4ffc8f34b46a (diff)
downloadgentoo-8b6317799ba1e12c4ca47ea29ce4b023515da550.tar.gz
gentoo-8b6317799ba1e12c4ca47ea29ce4b023515da550.tar.xz
net-print/hplip: Fix REQUIRED_USE with USE="minimal". Bug #584940.
Thanks to Frédéric Coiffier for the report. Package-Manager: portage-2.2.28
Diffstat (limited to 'net-print/hplip')
-rw-r--r--net-print/hplip/hplip-3.16.5.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-3.16.5.ebuild b/net-print/hplip/hplip-3.16.5.ebuild
index 803c1f8cc01..7f3e8303d57 100644
--- a/net-print/hplip/hplip-3.16.5.ebuild
+++ b/net-print/hplip/hplip-3.16.5.ebuild
@@ -65,8 +65,10 @@ RDEPEND="${COMMON_DEPEND}
qt5? ( >=dev-python/PyQt5-5.5.1[dbus,gui,${PYTHON_USEDEP}] )
)"
-REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} )
- ^^ ( qt4 qt5 )"
+REQUIRED_USE="
+ !minimal? ( ${PYTHON_REQUIRED_USE} )
+ !minimal? ( ^^ ( qt4 qt5 ) )
+"
CONFIG_CHECK="~PARPORT ~PPDEV"
ERROR_PARPORT="Please make sure kernel parallel port support is enabled (PARPORT and PPDEV)."