Skip to content

Commit

Permalink
dev-lang/lua: 5.4.1 eapi 7 fixes
Browse files Browse the repository at this point in the history
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Nov 16, 2020
1 parent f4089f1 commit 45d981e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-lang/lua/files/lua-5.4-makefiles.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 1797df9..90284d8 100644
+# Use libtool for binary installs, etc.
+
+export V
+export LIBTOOL = $(EROOT)/usr/bin/libtool --quiet --tag=CC
+export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC
+# See libtool manual about how to set this
+
+gentoo_clean:
Expand Down Expand Up @@ -71,7 +71,7 @@ index 514593d..8af8f99 100644

# (end of Makefile)
+
+export LIBTOOL = $(EROOT)/usr/bin/libtool --quiet --tag=CC
+export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC
+export LIB_VERSION = 6:1:1
+
+# The following rules use libtool for compiling and linking in order to
Expand Down
6 changes: 3 additions & 3 deletions dev-lang/lua/lua-5.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit eutils autotools multilib multilib-minimal portability toolchain-funcs
inherit autotools multilib multilib-minimal portability toolchain-funcs

DESCRIPTION="A powerful light-weight programming language designed for extending applications"
HOMEPAGE="http://www.lua.org/"
Expand All @@ -21,9 +21,9 @@ COMMON_DEPEND="
app-eselect/eselect-lua
readline? ( sys-libs/readline:0= )
!dev-lang/lua:0"
DEPEND="${COMMON_DEPEND}
sys-devel/libtool"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
BDEPEND="sys-devel/libtool"

RESTRICT="!test? ( test )"

Expand Down

0 comments on commit 45d981e

Please sign in to comment.