diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-07 18:39:49 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-07 18:41:17 +0200 |
commit | 5f8b8d746db9b2349c6a3344308d54df274d79fe (patch) | |
tree | 7af063b25162b6b9178e0b7c201407b5a64c0812 /dev-lua/luvit | |
parent | app-cdr/cdrtools: Revision bump to 3.02_alpha09-r1. Switch to EAPI 7. (diff) | |
download | gentoo-5f8b8d746db9b2349c6a3344308d54df274d79fe.tar.gz gentoo-5f8b8d746db9b2349c6a3344308d54df274d79fe.tar.bz2 gentoo-5f8b8d746db9b2349c6a3344308d54df274d79fe.zip |
dev-lua/luvit: Fix net-libs/http-parser dependency
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-lua/luvit')
-rw-r--r-- | dev-lua/luvit/luvit-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lua/luvit/luvit-0.8.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |