From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32ACB13829C for ; Sun, 5 Jun 2016 10:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50EB1254024; Sun, 5 Jun 2016 10:45:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4064254024 for ; Sun, 5 Jun 2016 10:45:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5590F340943 for ; Sun, 5 Jun 2016 10:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E13E963 for ; Sun, 5 Jun 2016 10:45:43 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1465123524.8b6317799ba1e12c4ca47ea29ce4b023515da550.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip/hplip-3.16.5.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 8b6317799ba1e12c4ca47ea29ce4b023515da550 X-VCS-Branch: master Date: Sun, 5 Jun 2016 10:45:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8374a5aa-55b4-4219-b432-0e198816b4c2 X-Archives-Hash: 1f8cf5cd0781008ce93aa8f23a775494 commit: 8b6317799ba1e12c4ca47ea29ce4b023515da550 Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Jun 5 10:45:24 2016 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Jun 5 10:45:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b631779 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 net-print/hplip/hplip-3.16.5.ebuild | 6 ++++-- 1 file 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 803c1f8..7f3e830 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)."