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 785A7138334 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 997B2E08C0; 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 7C556E08C0 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 20B5134B1D8 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 B9577744 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.9ea6e8d213ac21da1e528b0bc650da852c041967.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp3/nghttp3-0_pre20190912.ebuild net-libs/nghttp3/nghttp3-9999.ebuild X-VCS-Directories: net-libs/nghttp3/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 9ea6e8d213ac21da1e528b0bc650da852c041967 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: bd0bd97a-efcc-49e8-8c89-e50495c9ccc4 X-Archives-Hash: 956b581433a4d967095bab80f8eaadaa commit: 9ea6e8d213ac21da1e528b0bc650da852c041967 Author: Craig Andrews gentoo org> AuthorDate: Sun Sep 15 13:13:48 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=9ea6e8d2 net-libs/nghttp3: Disable test phase when test USE flag is disabled Bug: https://bugs.gentoo.org/show_bug.cgi?id=694342 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | 1 + net-libs/nghttp3/nghttp3-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild index 6489dde91d8..48b5fc1f285 100644 --- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild +++ b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild @@ -25,6 +25,7 @@ IUSE="test" BDEPEND="virtual/pkgconfig" DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" multilib_src_configure() { local mycmakeargs=( diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild index 62a48b643ad..9bc601bc031 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-9999.ebuild @@ -23,6 +23,7 @@ IUSE="test" BDEPEND="virtual/pkgconfig" DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" multilib_src_configure() { local mycmakeargs=(