mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-util/babeltrace: only run python_optimize with python enabled
Closes: https://bugs.gentoo.org/962727 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43739 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
168bb4a3c3
commit
347a30ca49
@ -88,7 +88,7 @@ src_install() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
# bug #956668
|
# bug #956668
|
||||||
python_optimize "${ED}"
|
use python && python_optimize "${ED}"
|
||||||
|
|
||||||
find "${D}" -name '*.la' -delete || die
|
find "${D}" -name '*.la' -delete || die
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user