summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-09-15 09:14:10 -0400
committerCraig Andrews <candrews@gentoo.org>2019-09-15 09:33:08 -0400
commit5df35cf0779ec8f882000a2016830cb3e0c2ab7e (patch)
tree175789c6b80a02b6c25a2b15460f897f5dbffa5f /net-libs
parentnet-libs/nghttp3: Disable test phase when test USE flag is disabled (diff)
downloadgentoo-5df35cf0779ec8f882000a2016830cb3e0c2ab7e.tar.gz
gentoo-5df35cf0779ec8f882000a2016830cb3e0c2ab7e.tar.bz2
gentoo-5df35cf0779ec8f882000a2016830cb3e0c2ab7e.zip
net-libs/ngtcp2: Disable test phase when test USE flag is disabled
Bug: https://bugs.gentoo.org/show_bug.cgi?id=694340 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild1
-rw-r--r--net-libs/ngtcp2/ngtcp2-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
index a66018291013..c4f268c67043 100644
--- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
@@ -26,6 +26,7 @@ BDEPEND="virtual/pkgconfig"
DEPEND="ssl? ( >=dev-libs/openssl-1.1.1:0= )
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
RDEPEND=""
+RESTRICT="!test? ( test )"
multilib_src_configure() {
local mycmakeargs=(
diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild
index 32d61da3932e..684ca3e2c88d 100644
--- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
+++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild
@@ -24,6 +24,7 @@ BDEPEND="virtual/pkgconfig"
DEPEND="ssl? ( >=dev-libs/openssl-1.1.1:0= )
test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
RDEPEND=""
+RESTRICT="!test? ( test )"
multilib_src_configure() {
local mycmakeargs=(