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 29447138334 for ; Fri, 28 Jun 2019 15:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310E3E01E4; Fri, 28 Jun 2019 15:47:14 +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 12491E01E4 for ; Fri, 28 Jun 2019 15:47:13 +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 A549E346AEA for ; Fri, 28 Jun 2019 15:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D795DE for ; Fri, 28 Jun 2019 15:47:10 +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: <1561736825.10acadee5e72397db2d960134a346e29f60506af.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: 10acadee5e72397db2d960134a346e29f60506af X-VCS-Branch: master Date: Fri, 28 Jun 2019 15:47:10 +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: ab563c1c-ca28-4473-971e-e214049b154a X-Archives-Hash: 033d5336b68db106c7aa3d178d9de7de commit: 10acadee5e72397db2d960134a346e29f60506af Author: Lars Wendler gentoo org> AuthorDate: Fri Jun 28 15:46:52 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jun 28 15:47:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10acadee net-firewall/nftables: Move ${PYTHON_DEPS} into USE="python" 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.9.1.ebuild b/net-firewall/nftables/nftables-0.9.1.ebuild index 832ec7e67b4..9d8f244af9e 100644 --- a/net-firewall/nftables/nftables-0.9.1.ebuild +++ b/net-firewall/nftables/nftables-0.9.1.ebuild @@ -17,10 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" IUSE="debug +gmp json +modern_kernel python +readline static-libs" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" >=net-libs/libmnl-1.0.3:0= gmp? ( dev-libs/gmp:0= ) json? ( dev-libs/jansson ) + python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= ) >=net-libs/libnftnl-1.1.3:0="