commit: a29166f7932713bf2209b33456ce05755a0339ca
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 11:53:30 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 11:53:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29166f7
app-emulation/open-vmdk: Fix when compatible Python is not present
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-emulation/open-vmdk/open-vmdk-0.3.12.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-emulation/open-vmdk/open-vmdk-0.3.12.ebuild
b/app-emulation/open-vmdk/open-vmdk-0.3.12.ebuild
index f22e65a7aeed..b7d3ab544469 100644
--- a/app-emulation/open-vmdk/open-vmdk-0.3.12.ebuild
+++ b/app-emulation/open-vmdk/open-vmdk-0.3.12.ebuild
@@ -46,6 +46,10 @@ BDEPEND="
)
"
+pkg_setup() {
+ use python && python-single-r1_pkg_setup
+}
+
my_emake() {
emake \
"$(use python || echo DIRS='vmdk ova templates')" \