commit: ed4e930976d55a50eed9973669a66e0152bb0c83
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 13:32:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:32:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4e9309
app-office/sc-im: fix build w/ USE=-lua
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-office/sc-im/sc-im-0.8.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-office/sc-im/sc-im-0.8.3-r1.ebuild
b/app-office/sc-im/sc-im-0.8.3-r1.ebuild
index 65bcf7e9d870..bf62fb3ad657 100644
--- a/app-office/sc-im/sc-im-0.8.3-r1.ebuild
+++ b/app-office/sc-im/sc-im-0.8.3-r1.ebuild
@@ -55,7 +55,7 @@ pkg_setup() {
fi
# Run lua setup
- lua-single_pkg_setup
+ use lua && lua-single_pkg_setup
}
src_prepare() {