commit:     350077e11980a7d2989480db46b27715a16e97ae
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 14:53:18 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 14:54:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350077e1

net-libs/nghttp2: Fixed QA issue

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

 net-libs/nghttp2/nghttp2-1.39.2.ebuild | 2 ++
 net-libs/nghttp2/nghttp2-1.40.0.ebuild | 2 ++
 net-libs/nghttp2/nghttp2-9999.ebuild   | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild 
b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
index 83f29809404..bc28fd779dd 100644
--- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
@@ -22,6 +22,8 @@ LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
 
+RESTRICT="!test? ( test )"
+
 SSL_DEPEND="
        !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
        libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )

diff --git a/net-libs/nghttp2/nghttp2-1.40.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.40.0.ebuild
index 6750a2a20d7..4600d9387e9 100644
--- a/net-libs/nghttp2/nghttp2-1.40.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.40.0.ebuild
@@ -22,6 +22,8 @@ LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
 
+RESTRICT="!test? ( test )"
+
 SSL_DEPEND="
        !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
        libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )

diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild 
b/net-libs/nghttp2/nghttp2-9999.ebuild
index 6750a2a20d7..4600d9387e9 100644
--- a/net-libs/nghttp2/nghttp2-9999.ebuild
+++ b/net-libs/nghttp2/nghttp2-9999.ebuild
@@ -22,6 +22,8 @@ LICENSE="MIT"
 SLOT="0/1.14" # <C++>.<C> SONAMEs
 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
 
+RESTRICT="!test? ( test )"
+
 SSL_DEPEND="
        !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
        libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )

Reply via email to