commit: 14e3511df17f879bf128bdce3d6c990264345443 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 10:21:17 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 16:28:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e3511d
dev-libs/liborcus: Fix build w/o python Amends a038d16dc6b4f803050ca5dbb2727709a67d8837 Closes: https://bugs.gentoo.org/922983 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/liborcus/liborcus-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 2e109680a08b..3aecf4036ad7 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -58,6 +58,6 @@ src_configure() { src_install() { default - python_optimize + use python && python_optimize find "${D}" -name '*.la' -type f -delete || die }
