commit:     fe73f4ebb773001b97eff445398f2e4bf1d5775c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 10:38:45 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 10:50:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe73f4eb

dev-vcs/gitg: Fix installing without "python3" symlink

Closes: https://bugs.gentoo.org/830284
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-vcs/gitg/gitg-41.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 71351bd2d1d9..37bca5db740d 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -52,6 +52,10 @@ src_prepare() {
        default
        vala_src_prepare
        xdg_environment_reset
+
+       # it doesn't do anything in DESTDIR mode, except for failing
+       # when python3 symlink is not present
+       echo "#!/bin/sh" > meson_post_install.py || die
 }
 
 src_configure() {

Reply via email to