Gentoo Archives: gentoo-commits

From: ILMostro <ilmostro7@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ag-ops:master commit in: dev-lua/lpeg/
Date: Tue, 11 Sep 2018 22:58:57
Message-Id: 1535526904.de1e850e045e1f3f74ddab4896479b972374267b.ILMostro@gentoo
1 commit: de1e850e045e1f3f74ddab4896479b972374267b
2 Author: ILMostro <ilmostro7 <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 29 07:15:04 2018 +0000
4 Commit: ILMostro <ilmostro7 <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 29 07:15:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ag-ops.git/commit/?id=de1e850e
7
8 dev-lua/lpeg: wildcard slot
9
10 dev-lua/lpeg/lpeg-1.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lua/lpeg/lpeg-1.0.1.ebuild b/dev-lua/lpeg/lpeg-1.0.1.ebuild
14 index 1578b53..bcf55c7 100644
15 --- a/dev-lua/lpeg/lpeg-1.0.1.ebuild
16 +++ b/dev-lua/lpeg/lpeg-1.0.1.ebuild
17 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 x86"
18 IUSE="debug doc luajit"
19
20 RDEPEND="
21 - !luajit? ( >=dev-lang/lua-5.1:= )
22 + !luajit? ( >=dev-lang/lua-5.1:* )
23 luajit? ( dev-lang/luajit:2= )"
24
25 DEPEND="