From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6708138334 for ; Sun, 15 Sep 2019 13:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D33E9E08D0; Sun, 15 Sep 2019 13:33:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC209E08D0 for ; Sun, 15 Sep 2019 13:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E77F34B1DB for ; Sun, 15 Sep 2019 13:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF0E7E9 for ; Sun, 15 Sep 2019 13:33:21 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1568554388.5df35cf0779ec8f882000a2016830cb3e0c2ab7e.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild net-libs/ngtcp2/ngtcp2-9999.ebuild X-VCS-Directories: net-libs/ngtcp2/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 5df35cf0779ec8f882000a2016830cb3e0c2ab7e X-VCS-Branch: master Date: Sun, 15 Sep 2019 13:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc9c5f24-d443-4df6-96b3-7d1271ce7dba X-Archives-Hash: e65b7d05fd215680ee345e73e4566760 commit: 5df35cf0779ec8f882000a2016830cb3e0c2ab7e Author: Craig Andrews gentoo org> AuthorDate: Sun Sep 15 13:14:10 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Sep 15 13:33:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df35cf0 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 gentoo.org> net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild | 1 + net-libs/ngtcp2/ngtcp2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild index a6601829101..c4f268c6704 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 32d61da3932..684ca3e2c88 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=(