commit: 10acadee5e72397db2d960134a346e29f60506af
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 15:46:52 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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="