commit: 5516800a56a34fedcf70058b26adca2eb812dbce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 20 22:50:44 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 20 22:57:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5516800a
dev-libs/kopeninghours: Conditionally call python_optimize
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kopeninghours/kopeninghours-25.08.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kopeninghours/kopeninghours-25.08.3.ebuild
b/dev-libs/kopeninghours/kopeninghours-25.08.3.ebuild
index b8fb26167713..5cab20119a14 100644
--- a/dev-libs/kopeninghours/kopeninghours-25.08.3.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-25.08.3.ebuild
@@ -53,5 +53,5 @@ src_configure() {
src_install() {
ecm_src_install
- python_optimize
+ use python && python_optimize
}