Gentoo Archives: gentoo-commits

From: "Vadim A. Misbakh-Soloviov" <mva@×××.name>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lua:master commit in: dev-lua/lyaml/, dev-lua/lyaml/files/
Date: Thu, 15 Feb 2018 18:45:18
Message-Id: 1518720306.240f299b118581b97778cc9e0a8d9a4618d71492.mva@gentoo
1 commit: 240f299b118581b97778cc9e0a8d9a4618d71492
2 Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
3 AuthorDate: Thu Feb 15 18:44:18 2018 +0000
4 Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
5 CommitDate: Thu Feb 15 18:45:06 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=240f299b
7
8 lyaml: supposed to be fix, but it is still brainfucking packages from @gvvaughan which can`t just work and aren`t easy to just fix them
9
10 dev-lua/lyaml/files/Makefile | 2 +-
11 dev-lua/lyaml/lyaml-9999.ebuild | 1 +
12 2 files changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-lua/lyaml/files/Makefile b/dev-lua/lyaml/files/Makefile
15 index d1f3027..3667fe6 100644
16 --- a/dev-lua/lyaml/files/Makefile
17 +++ b/dev-lua/lyaml/files/Makefile
18 @@ -1,4 +1,4 @@
19 all:
20 - $(LUA) build-aux/luke package=$(package) version=$(version) LUA_INCDIR="$(LUA_INCDIR)"
21 + $(LUA) build-aux/luke package=$(package) version=$(version) LUA_INCDIR="$(LUA_INCDIR)" LYAML_DIR="$(LYAML_DIR)"
22 doc:
23 ldoc -c build-aux/config.ld.in .
24
25 diff --git a/dev-lua/lyaml/lyaml-9999.ebuild b/dev-lua/lyaml/lyaml-9999.ebuild
26 index 30e956c..1a35f58 100644
27 --- a/dev-lua/lyaml/lyaml-9999.ebuild
28 +++ b/dev-lua/lyaml/lyaml-9999.ebuild
29 @@ -54,6 +54,7 @@ each_lua_configure() {
30 package="${PN}"
31 version="${ver}"
32 LUA_INCDIR="$(lua_get_incdir)"
33 + LYAML_DIR="${EROOT}usr"
34 )
35 lua_default
36 }