commit:     ea11f083ca7f15abf42ebd8154ad78fcc0a04001
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Mon Apr 18 10:19:05 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 10:21:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea11f083

app-office/sc-im: export cc

Closes: https://bugs.gentoo.org/839150
Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 app-office/sc-im/sc-im-0.8.2.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-office/sc-im/sc-im-0.8.2.ebuild 
b/app-office/sc-im/sc-im-0.8.2.ebuild
index e61cbc8f9..3c1ab1a27 100644
--- a/app-office/sc-im/sc-im-0.8.2.ebuild
+++ b/app-office/sc-im/sc-im-0.8.2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 LUA_COMPAT=( lua5-1 luajit )
 
-inherit lua-single
+inherit lua-single toolchain-funcs
 
 DESCRIPTION="Spreadsheet Calculator Improvised -- An ncurses spreadsheet 
program for terminal"
 HOMEPAGE="https://github.com/andmarti1424/sc-im";
@@ -74,3 +74,8 @@ pkg_setup() {
        # Run lua setup
        lua-single_pkg_setup
 }
+
+src_configure() {
+       tc-export CC
+       default
+}

Reply via email to