summaryrefslogtreecommitdiff
path: root/dev-lua/luaposix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-lua/luaposix
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-lua/luaposix')
-rw-r--r--dev-lua/luaposix/Manifest2
-rw-r--r--dev-lua/luaposix/luaposix-35.0-r102.ebuild (renamed from dev-lua/luaposix/luaposix-35.0-r101.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest
index da49f5e24ea1..ca4e1afda115 100644
--- a/dev-lua/luaposix/Manifest
+++ b/dev-lua/luaposix/Manifest
@@ -1,3 +1,3 @@
DIST luaposix-35.0.tar.gz 178091 BLAKE2B b2d2ca01f18f0e98b45008919fc886e05d2cad034c84e870900c33891dd5867d9bc7aa8deae06c3f3f0852db902c1e766e693162b32ed474eb710b379bf9e3ed SHA512 4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b
-EBUILD luaposix-35.0-r101.ebuild 1739 BLAKE2B 338f0fcdf903219c4b759994546661ae676c19499b8290c2eac7fbb47e38b4a3893f1e883933d5bdc58d5fe66bbdade98da31f53ad64a014592d0f07f1c8e1db SHA512 4ebeea72e3b5adc5a59db1865d27962c723d010197b2287af97c528cde304ba1aa8d93596e87b6e3ec17c3e4dbe7fbd86d9d4848fe20f86cc83100086e655acc
+EBUILD luaposix-35.0-r102.ebuild 1802 BLAKE2B 73eea4ca5bd7fee3714b300aee02932b7b56345d7ccde35ef6cebf3bc6062e4293078f849b39ed00b96a7e635160db8746fae32e1bb075b95c0cc226d404f1e3 SHA512 cf0495453e49f0f1a1c787088c613e40988f6b23d4043ba6ceab51b11462f622487c2bb413782b0a0cab439c6b06f5defac5b3a48339583f8ee85051a4be642d
MISC metadata.xml 504 BLAKE2B e1d4aa804daf372530735ca8e8c63e48b217c8727d9df5f43a11eee19c3368f3310f3da82fe8d13dbb390447560189fadaaf2afe0f5c4c25cd1788fdd0c0c951 SHA512 0255f682b22f979f210bda8293f1debee04fee7582a384630aee77bb0265dd7e7ee424f0d925a78e520e9ab6d0babb33f8676d0b1ce3f88adcfd61b1ba374477
diff --git a/dev-lua/luaposix/luaposix-35.0-r101.ebuild b/dev-lua/luaposix/luaposix-35.0-r102.ebuild
index 03e1676c00c5..164481402ea1 100644
--- a/dev-lua/luaposix/luaposix-35.0-r101.ebuild
+++ b/dev-lua/luaposix/luaposix-35.0-r102.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://luaposix.github.io/luaposix/ https://github.com/luaposix/luapo
SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
REQUIRED_USE="${LUA_REQUIRED_USE}"
@@ -47,6 +47,7 @@ lua_src_compile() {
PREFIX="${ED}/usr" \
INST_LIBDIR="${ED}/$(lua_get_cmod_dir)" \
INST_LUADIR="${ED}/$(lua_get_lmod_dir)" \
+ LUA_INCDIR="${EPREFIX}/$(lua_get_include_dir)" \
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die
popd || die