mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user