summaryrefslogtreecommitdiff
path: root/dev-lang/lua/lua-5.3.6-r102.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/lua/lua-5.3.6-r102.ebuild')
-rw-r--r--dev-lang/lua/lua-5.3.6-r102.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/lua/lua-5.3.6-r102.ebuild b/dev-lang/lua/lua-5.3.6-r102.ebuild
index 723277fb487a..db6f23a4a9ac 100644
--- a/dev-lang/lua/lua-5.3.6-r102.ebuild
+++ b/dev-lang/lua/lua-5.3.6-r102.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit flag-o-matic optfeature
+inherit flag-o-matic libtool optfeature
DESCRIPTION="A powerful light-weight programming language designed for extending applications"
HOMEPAGE="https://www.lua.org/"
@@ -24,6 +24,7 @@ BDEPEND="virtual/pkgconfig"
src_prepare() {
default
+ elibtoolize
if use elibc_musl; then
# locales on musl are non-functional (#834153)