Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Fri, 28 Jun 2019 15:47:15
Message-Id: 1561736825.10acadee5e72397db2d960134a346e29f60506af.polynomial-c@gentoo
1 commit: 10acadee5e72397db2d960134a346e29f60506af
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 28 15:46:52 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 15:47:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10acadee
7
8 net-firewall/nftables: Move ${PYTHON_DEPS} into USE="python"
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-firewall/nftables/nftables-0.9.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-firewall/nftables/nftables-0.9.1.ebuild b/net-firewall/nftables/nftables-0.9.1.ebuild
17 index 832ec7e67b4..9d8f244af9e 100644
18 --- a/net-firewall/nftables/nftables-0.9.1.ebuild
19 +++ b/net-firewall/nftables/nftables-0.9.1.ebuild
20 @@ -17,10 +17,11 @@ SLOT="0"
21 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
22 IUSE="debug +gmp json +modern_kernel python +readline static-libs"
23
24 -RDEPEND="${PYTHON_DEPS}
25 +RDEPEND="
26 >=net-libs/libmnl-1.0.3:0=
27 gmp? ( dev-libs/gmp:0= )
28 json? ( dev-libs/jansson )
29 + python? ( ${PYTHON_DEPS} )
30 readline? ( sys-libs/readline:0= )
31 >=net-libs/libnftnl-1.1.3:0="