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/nghttp3/
Date: Sun, 15 Sep 2019 13:33:26
Message-Id: 1568554388.9ea6e8d213ac21da1e528b0bc650da852c041967.candrews@gentoo
1 commit: 9ea6e8d213ac21da1e528b0bc650da852c041967
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 13:13:48 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=9ea6e8d2
7
8 net-libs/nghttp3: Disable test phase when test USE flag is disabled
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=694342
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/nghttp3/nghttp3-0_pre20190912.ebuild | 1 +
15 net-libs/nghttp3/nghttp3-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
19 index 6489dde91d8..48b5fc1f285 100644
20 --- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
21 +++ b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
22 @@ -25,6 +25,7 @@ IUSE="test"
23 BDEPEND="virtual/pkgconfig"
24 DEPEND="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/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild
32 index 62a48b643ad..9bc601bc031 100644
33 --- a/net-libs/nghttp3/nghttp3-9999.ebuild
34 +++ b/net-libs/nghttp3/nghttp3-9999.ebuild
35 @@ -23,6 +23,7 @@ IUSE="test"
36 BDEPEND="virtual/pkgconfig"
37 DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
38 RDEPEND=""
39 +RESTRICT="!test? ( test )"
40
41 multilib_src_configure() {
42 local mycmakeargs=(