Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/
Date: Sun, 15 Sep 2019 13:33:26
Message-Id: 1568554388.5df35cf0779ec8f882000a2016830cb3e0c2ab7e.candrews@gentoo
1 commit: 5df35cf0779ec8f882000a2016830cb3e0c2ab7e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 13:14:10 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 13:33:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df35cf0
7
8 net-libs/ngtcp2: Disable test phase when test USE flag is disabled
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=694340
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild | 1 +
15 net-libs/ngtcp2/ngtcp2-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
19 index a6601829101..c4f268c6704 100644
20 --- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
21 +++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild
22 @@ -26,6 +26,7 @@ BDEPEND="virtual/pkgconfig"
23 DEPEND="ssl? ( >=dev-libs/openssl-1.1.1:0= )
24 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
25 RDEPEND=""
26 +RESTRICT="!test? ( test )"
27
28 multilib_src_configure() {
29 local mycmakeargs=(
30
31 diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild
32 index 32d61da3932..684ca3e2c88 100644
33 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
34 +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild
35 @@ -24,6 +24,7 @@ BDEPEND="virtual/pkgconfig"
36 DEPEND="ssl? ( >=dev-libs/openssl-1.1.1:0= )
37 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
38 RDEPEND=""
39 +RESTRICT="!test? ( test )"
40
41 multilib_src_configure() {
42 local mycmakeargs=(