From 5cb9f81de996a2bfc5fda1c1017723bff7240444 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 26 Sep 2016 07:54:20 +0200 Subject: [PATCH] net-libs/nghttp2: Added missing multilib USE dependencies (bug #595120). Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler --- 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 594660d75c8a..cdf998311ad6 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 7d892241bc29..1fae52de3253 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 7d892241bc29..1fae52de3253 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 f65b7c128412..6a323d69a339 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 2e6405711fca..5f101b4faf2c 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}] )" -- 2.26.2