commit:     da0a2270a21b226a810dc29f055b4f0eb6cd9ad2
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 15 20:03:19 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:40:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a2270

app-office/gnucash: Disable auto-compiling /usr/bin/guild

Stop the build from unnecessarily attempting to compile /usr/bin/guild.

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/gnucash/gnucash-3.7.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-office/gnucash/gnucash-3.7.ebuild 
b/app-office/gnucash/gnucash-3.7.ebuild
index ade4521330f..699125271a4 100644
--- a/app-office/gnucash/gnucash-3.7.ebuild
+++ b/app-office/gnucash/gnucash-3.7.ebuild
@@ -98,6 +98,8 @@ src_unpack() {
 }
 
 src_configure() {
+       export GUILE_AUTO_COMPILE=0
+
        local sql_on_off="OFF"
        if use mysql || use postgres || use sqlite ; then
                sql_on_off="ON"

Reply via email to