commit: 5cb9f81de996a2bfc5fda1c1017723bff7240444
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 05:54:20 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 05:54:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb9f81d
net-libs/nghttp2: Added missing multilib USE dependencies (bug #595120).
Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-libs/nghttp2/nghttp2-1.10.0.ebuild | 12 ++++++------
net-libs/nghttp2/nghttp2-1.14.0.ebuild | 12 ++++++------
net-libs/nghttp2/nghttp2-1.14.1.ebuild | 12 ++++++------
net-libs/nghttp2/nghttp2-1.7.1.ebuild | 12 ++++++------
net-libs/nghttp2/nghttp2-9999.ebuild | 12 ++++++------
5 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
index 594660d..cdf9983 100644
--- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
@@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs
test +threads utils xm
RDEPEND="
cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
- jemalloc? ( dev-libs/jemalloc )
+ jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
utils? (
- >=dev-libs/libev-4.15
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
- libressl? ( dev-libs/libressl )
- >=sys-libs/zlib-1.2.3
+ >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+ !libressl? (
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
)
- xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
diff --git a/net-libs/nghttp2/nghttp2-1.14.0.ebuild
b/net-libs/nghttp2/nghttp2-1.14.0.ebuild
index 7d89224..1fae52d 100644
--- a/net-libs/nghttp2/nghttp2-1.14.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.14.0.ebuild
@@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs
test +threads utils xm
RDEPEND="
cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
- jemalloc? ( dev-libs/jemalloc )
+ jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
utils? (
- >=dev-libs/libev-4.15
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
- libressl? ( dev-libs/libressl )
- >=sys-libs/zlib-1.2.3
+ >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+ !libressl? (
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
)
- xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
diff --git a/net-libs/nghttp2/nghttp2-1.14.1.ebuild
b/net-libs/nghttp2/nghttp2-1.14.1.ebuild
index 7d89224..1fae52d 100644
--- a/net-libs/nghttp2/nghttp2-1.14.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.14.1.ebuild
@@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs
test +threads utils xm
RDEPEND="
cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
- jemalloc? ( dev-libs/jemalloc )
+ jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
utils? (
- >=dev-libs/libev-4.15
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
- libressl? ( dev-libs/libressl )
- >=sys-libs/zlib-1.2.3
+ >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+ !libressl? (
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
)
- xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
diff --git a/net-libs/nghttp2/nghttp2-1.7.1.ebuild
b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
index f65b7c1..6a323d6 100644
--- a/net-libs/nghttp2/nghttp2-1.7.1.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
@@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs
test +threads utils xm
RDEPEND="
cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
- jemalloc? ( dev-libs/jemalloc )
+ jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
utils? (
- >=dev-libs/libev-4.15
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
- libressl? ( dev-libs/libressl )
- >=sys-libs/zlib-1.2.3
+ >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+ !libressl? (
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
)
- xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild
b/net-libs/nghttp2/nghttp2-9999.ebuild
index 2e64057..5f101b4 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs
test +threads utils xm
RDEPEND="
cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
hpack-tools? ( >=dev-libs/jansson-2.5 )
- jemalloc? ( dev-libs/jemalloc )
+ jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
utils? (
- >=dev-libs/libev-4.15
- !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
- libressl? ( dev-libs/libressl )
- >=sys-libs/zlib-1.2.3
+ >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+ !libressl? (
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+ libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+ >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
)
- xml? ( >=dev-libs/libxml2-2.7.7:2 )"
+ xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"