From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EB211382C5 for ; Sun, 21 Jun 2020 09:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80ACFE075F; Sun, 21 Jun 2020 09:32:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B6C2E075F for ; Sun, 21 Jun 2020 09:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF61834F9BC for ; Sun, 21 Jun 2020 09:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29AAC253 for ; Sun, 21 Jun 2020 09:32:32 +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: <1592731917.50b44af0fe4902faf8e3cfa2ee12f7b5e46ab192.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.20.6-r1.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 50b44af0fe4902faf8e3cfa2ee12f7b5e46ab192 X-VCS-Branch: master Date: Sun, 21 Jun 2020 09:32:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d5bf47b-1965-4a14-af9a-f603a143f9c0 X-Archives-Hash: c22f64872a176db427be86b49cf42ea6 commit: 50b44af0fe4902faf8e3cfa2ee12f7b5e46ab192 Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Jun 21 09:31:29 2020 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Jun 21 09:31:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b44af0 net-print/hplip: Fix minimal build. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Daniel Pielmeier gentoo.org> net-print/hplip/hplip-3.20.6-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-print/hplip/hplip-3.20.6-r1.ebuild b/net-print/hplip/hplip-3.20.6-r1.ebuild index 6821e5ee051..6bf31b7b4b6 100644 --- a/net-print/hplip/hplip-3.20.6-r1.ebuild +++ b/net-print/hplip/hplip-3.20.6-r1.ebuild @@ -194,12 +194,12 @@ src_configure() { else minimal_build="${minimal_build} --disable-hpcups-only-build" fi - minimal_build="--disable-fax-build" + minimal_build="${minimal_build} --disable-fax-build" else if use fax ; then - minimal_build="--enable-fax-build" + minimal_build="${minimal_build} --enable-fax-build" else - minimal_build="--disable-fax-build" + minimal_build="${minimal_build} --disable-fax-build" fi fi