From: Jeroen Roovers Date: Sun, 7 Oct 2018 16:39:49 +0000 (+0200) Subject: dev-lua/luvit: Fix net-libs/http-parser dependency X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5f8b8d746db9b2349c6a3344308d54df274d79fe;p=gentoo.git dev-lua/luvit: Fix net-libs/http-parser dependency Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeroen Roovers --- diff --git a/dev-lua/luvit/luvit-0.7.0.ebuild b/dev-lua/luvit/luvit-0.7.0.ebuild index da21771c0b31..c36395406c9d 100644 --- a/dev-lua/luvit/luvit-0.7.0.ebuild +++ b/dev-lua/luvit/luvit-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,7 +29,7 @@ RDEPEND=" !bundled-libs? ( dev-lang/luajit:2[lua52compat] >=dev-libs/yajl-2.0.2 - net-libs/http-parser + net-libs/http-parser:= )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild index 9dedec697b3b..69f8e85872ef 100644 --- a/dev-lua/luvit/luvit-0.8.2.ebuild +++ b/dev-lua/luvit/luvit-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,7 +30,7 @@ RDEPEND=" !bundled-libs? ( dev-lang/luajit:2[lua52compat] >=dev-libs/yajl-2.0.2 - net-libs/http-parser + net-libs/http-parser:= )" DEPEND="${RDEPEND} virtual/pkgconfig"