diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-18 19:40:38 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-18 19:41:28 +0200 |
commit | 0287109596ba74e1e71c10b570ca1457e9f6c485 (patch) | |
tree | 17a9f595c7e5163d7a8177db623da4b9951b2e17 /net-libs | |
parent | net-wireless/gqrx-scanner: initial commit (diff) | |
download | gentoo-0287109596ba74e1e71c10b570ca1457e9f6c485.tar.gz gentoo-0287109596ba74e1e71c10b570ca1457e9f6c485.tar.bz2 gentoo-0287109596ba74e1e71c10b570ca1457e9f6c485.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.38.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.38.0.ebuild b/net-libs/nghttp2/nghttp2-1.38.0.ebuild index 9b47d5f44b53..633fb68774c7 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 |