Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luvit/
Date: Sun, 07 Oct 2018 16:41:25
Message-Id: 1538930477.5f8b8d746db9b2349c6a3344308d54df274d79fe.jer@gentoo
1 commit: 5f8b8d746db9b2349c6a3344308d54df274d79fe
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 16:39:49 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 16:41:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8b8d74
7
8 dev-lua/luvit: Fix net-libs/http-parser dependency
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 dev-lua/luvit/luvit-0.7.0.ebuild | 4 ++--
14 dev-lua/luvit/luvit-0.8.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-lua/luvit/luvit-0.7.0.ebuild b/dev-lua/luvit/luvit-0.7.0.ebuild
18 index da21771c0b3..c36395406c9 100644
19 --- a/dev-lua/luvit/luvit-0.7.0.ebuild
20 +++ b/dev-lua/luvit/luvit-0.7.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -29,7 +29,7 @@ RDEPEND="
28 !bundled-libs? (
29 dev-lang/luajit:2[lua52compat]
30 >=dev-libs/yajl-2.0.2
31 - net-libs/http-parser
32 + net-libs/http-parser:=
33 )"
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig"
36
37 diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild
38 index 9dedec697b3..69f8e85872e 100644
39 --- a/dev-lua/luvit/luvit-0.8.2.ebuild
40 +++ b/dev-lua/luvit/luvit-0.8.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -30,7 +30,7 @@ RDEPEND="
48 !bundled-libs? (
49 dev-lang/luajit:2[lua52compat]
50 >=dev-libs/yajl-2.0.2
51 - net-libs/http-parser
52 + net-libs/http-parser:=
53 )"
54 DEPEND="${RDEPEND}
55 virtual/pkgconfig"