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 024B5138334 for ; Fri, 28 Jun 2019 16:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1DFE086E; Fri, 28 Jun 2019 16:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 05EDEE086E for ; Fri, 28 Jun 2019 16:30:28 +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 87D29346C47 for ; Fri, 28 Jun 2019 16:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6459622 for ; Fri, 28 Jun 2019 16:30:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1561739418.f32163f6c9c0a23b0bd43cecef9d062268e6796f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.9.1.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f32163f6c9c0a23b0bd43cecef9d062268e6796f X-VCS-Branch: master Date: Fri, 28 Jun 2019 16:30:24 +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: 0f75bcce-4bca-4621-a05e-ab5084d5e848 X-Archives-Hash: 59a13835ee18a18be6d914814a0f63cb commit: f32163f6c9c0a23b0bd43cecef9d062268e6796f Author: Lars Wendler gentoo org> AuthorDate: Fri Jun 28 16:30:18 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jun 28 16:30:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32163f6 net-firewall/nftables: Same for PYTHON_REQUIRED_USE Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> net-firewall/nftables/nftables-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.9.1.ebuild b/net-firewall/nftables/nftables-0.9.1.ebuild index 9d8f244af9e..addd91fa7a8 100644 --- a/net-firewall/nftables/nftables-0.9.1.ebuild +++ b/net-firewall/nftables/nftables-0.9.1.ebuild @@ -34,7 +34,7 @@ BDEPEND=" virtual/pkgconfig " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" #S="${WORKDIR}/v${PV}"