net-firewall/nftables: Move ${PYTHON_DEPS} into USE="python"
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 28 Jun 2019 15:46:52 +0000 (17:46 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 28 Jun 2019 15:47:05 +0000 (17:47 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-firewall/nftables/nftables-0.9.1.ebuild

index 832ec7e67b477ae1178b4da1af63a212b799f8bc..9d8f244af9ed7399227815c9a90eaf9c23ec3916 100644 (file)
@@ -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="