commit:     1473e842240c224e1e08e2eb6fbdd170f23ad416
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 11:20:09 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 14 11:20:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1473e842

app-misc/minder: fix build issue with python-exec[-native-symlinks]

Closes: https://bugs.gentoo.org/871687
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/minder/minder-1.16.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-misc/minder/minder-1.16.2.ebuild 
b/app-misc/minder/minder-1.16.2.ebuild
index ab45b4d13b..5be3279490 100644
--- a/app-misc/minder/minder-1.16.2.ebuild
+++ b/app-misc/minder/minder-1.16.2.ebuild
@@ -32,6 +32,9 @@ S="${WORKDIR}/Minder-${PV}"
 src_prepare() {
        default
        vala_setup
+
+       # Workaround for #871687
+       sed -i "s/meson.add_install_script('meson\/post_install.py')//g" 
meson.build || die
 }
 
 pkg_postinst() {

Reply via email to