commit:     0287109596ba74e1e71c10b570ca1457e9f6c485
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 17:40:38 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:41:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02871095

net-libs/nghttp2: Fixed dependency on net-libs/http-parser

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/nghttp2/nghttp2-1.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nghttp2/nghttp2-1.38.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.38.0.ebuild
index 9b47d5f44b5..633fb68774c 100644
--- a/net-libs/nghttp2/nghttp2-1.38.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.38.0.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
        cxx? (
                ${SSL_DEPEND}
                dev-libs/boost:=[${MULTILIB_USEDEP},threads]
-               >=net-libs/http-parser-2.9.1:=
+               >=net-libs/http-parser-2.9.1:=[${MULTILIB_USEDEP}]
        )
        hpack-tools? (
                >=dev-libs/jansson-2.5

Reply via email to