aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDex Conner <cantcuckthis@danwin1210.de>2022-04-18 13:19:05 +0300
committerDex Conner <cantcuckthis@danwin1210.de>2022-04-18 13:21:50 +0300
commitea11f083ca7f15abf42ebd8154ad78fcc0a04001 (patch)
tree3cf545872f7e496cbf898401bfc263cd021aaa80 /app-office
parentdev-util/rust-analyzer: drop to maintainer-needed (diff)
downloadguru-ea11f083ca7f15abf42ebd8154ad78fcc0a04001.tar.gz
guru-ea11f083ca7f15abf42ebd8154ad78fcc0a04001.tar.bz2
guru-ea11f083ca7f15abf42ebd8154ad78fcc0a04001.zip
app-office/sc-im: export cc
Closes: https://bugs.gentoo.org/839150 Signed-off-by: Dex Conner <cantcuckthis@danwin1210.de>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/sc-im/sc-im-0.8.2.ebuild7
1 files changed, 6 insertions, 1 deletions
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
+}