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 16:30:29
Message-Id: 1561739418.f32163f6c9c0a23b0bd43cecef9d062268e6796f.polynomial-c@gentoo
1 commit: f32163f6c9c0a23b0bd43cecef9d062268e6796f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 28 16:30:18 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 16:30:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32163f6
7
8 net-firewall/nftables: Same for PYTHON_REQUIRED_USE
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 | 2 +-
14 1 file changed, 1 insertion(+), 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 9d8f244af9e..addd91fa7a8 100644
18 --- a/net-firewall/nftables/nftables-0.9.1.ebuild
19 +++ b/net-firewall/nftables/nftables-0.9.1.ebuild
20 @@ -34,7 +34,7 @@ BDEPEND="
21 virtual/pkgconfig
22 "
23
24 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
26
27 #S="${WORKDIR}/v${PV}"