commit: 8f1be5bb2d2223aa59b41bade18d1154679c81b6
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 23:05:00 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f1be5bb
dev-libs/kopeninghours: Conditionally call python_optimize
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/kopeninghours/kopeninghours-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/kopeninghours/kopeninghours-9999.ebuild
b/dev-libs/kopeninghours/kopeninghours-9999.ebuild
index 3db1829cc3..dba3358221 100644
--- a/dev-libs/kopeninghours/kopeninghours-9999.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-9999.ebuild
@@ -53,5 +53,5 @@ src_configure() {
src_install() {
ecm_src_install
- python_optimize
+ use python && python_optimize
}