Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
Date: Thu, 30 Dec 2021 10:51:05
Message-Id: 1640861456.fe73f4ebb773001b97eff445398f2e4bf1d5775c.mgorny@gentoo
1 commit: fe73f4ebb773001b97eff445398f2e4bf1d5775c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 10:38:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 10:50:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe73f4eb
7
8 dev-vcs/gitg: Fix installing without "python3" symlink
9
10 Closes: https://bugs.gentoo.org/830284
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-vcs/gitg/gitg-41.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
17 index 71351bd2d1d9..37bca5db740d 100644
18 --- a/dev-vcs/gitg/gitg-41.ebuild
19 +++ b/dev-vcs/gitg/gitg-41.ebuild
20 @@ -52,6 +52,10 @@ src_prepare() {
21 default
22 vala_src_prepare
23 xdg_environment_reset
24 +
25 + # it doesn't do anything in DESTDIR mode, except for failing
26 + # when python3 symlink is not present
27 + echo "#!/bin/sh" > meson_post_install.py || die
28 }
29
30 src_configure() {