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>
This commit is contained in:
Patrick McLean
2020-04-13 11:45:46 -07:00
parent cc87dc45e7
commit 88e73ced2a
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}