dev-lua/luvit: Fix net-libs/http-parser dependency
authorJeroen Roovers <jer@gentoo.org>
Sun, 7 Oct 2018 16:39:49 +0000 (18:39 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 7 Oct 2018 16:41:17 +0000 (18:41 +0200)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-lua/luvit/luvit-0.7.0.ebuild
dev-lua/luvit/luvit-0.8.2.ebuild

index da21771c0b3188d96337d0755577e1f17c2e68c7..c36395406c9d71a1522f0f0e60852ea8c6394020 100644 (file)
@@ -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"
index 9dedec697b3bbbe1688b6efcda10300045852ed2..69f8e85872ef31b854d6d61602c33be230ed9555 100644 (file)
@@ -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"