commit: 8d5224ca8b5dd21ff950dba614dadeb7c783ddd5
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 17:02:19 2023 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 17:02:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5224ca
app-admin/conky: Ensure lia 5.4 is used.
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
app-admin/conky/conky-1.18.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-admin/conky/conky-1.18.1.ebuild
b/app-admin/conky/conky-1.18.1.ebuild
index 4622f87abaf3..44dd8a64799f 100644
--- a/app-admin/conky/conky-1.18.1.ebuild
+++ b/app-admin/conky/conky-1.18.1.ebuild
@@ -121,6 +121,10 @@ pkg_setup() {
}
src_prepare() {
+ # pin lua 5.4
+ sed -i -e 's|include(FindLua)|find_package(Lua "5.4" EXACT)|g' \
+ cmake/ConkyPlatformChecks.cmake || die
"ConkyPlatformChecks.cmake"
+
cmake_src_prepare
xdg_environment_reset
}