summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2020-04-13 11:45:46 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-13 11:47:12 -0700
commit88e73ced2a730e212311b9a603b00846e3064e58 (patch)
tree34513043a59152b13b0fb643f4d5b73115c5c4e0 /net-firewall
parentsci-libs/proj: Security cleanup (drop 4.9.2 and 5.2.0) (diff)
downloadgentoo-88e73ced2a730e212311b9a603b00846e3064e58.tar.gz
gentoo-88e73ced2a730e212311b9a603b00846e3064e58.tar.bz2
gentoo-88e73ced2a730e212311b9a603b00846e3064e58.zip
net-firewall/nftables-0.9.4-r{1,2}: Fix USE=-python (bug #717162)
Closes: https://bugs.gentoo.org/717162 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/nftables/nftables-0.9.4-r1.ebuild2
-rw-r--r--net-firewall/nftables/nftables-0.9.4-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/nftables/nftables-0.9.4-r1.ebuild b/net-firewall/nftables/nftables-0.9.4-r1.ebuild
index c6c7496044cf..9cd3da3f64c2 100644
--- a/net-firewall/nftables/nftables-0.9.4-r1.ebuild
+++ b/net-firewall/nftables/nftables-0.9.4-r1.ebuild
@@ -115,9 +115,9 @@ src_install() {
if use python ; then
python_foreach_impl python_make install
+ python_foreach_impl python_optimize
fi
- python_foreach_impl python_optimize
find "${ED}" -type f -name "*.la" -delete || die
}
diff --git a/net-firewall/nftables/nftables-0.9.4-r2.ebuild b/net-firewall/nftables/nftables-0.9.4-r2.ebuild
index f9a434586f77..cf8385c7c2b5 100644
--- a/net-firewall/nftables/nftables-0.9.4-r2.ebuild
+++ b/net-firewall/nftables/nftables-0.9.4-r2.ebuild
@@ -126,9 +126,9 @@ src_install() {
if use python ; then
python_foreach_impl python_make install
+ python_foreach_impl python_optimize
fi
- python_foreach_impl python_optimize
find "${ED}" -type f -name "*.la" -delete || die
}