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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EECCF158041 for ; Fri, 5 Apr 2024 15:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431C8E29ED; Fri, 5 Apr 2024 15:26:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 270CFE29ED for ; Fri, 5 Apr 2024 15:26:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D0B3431A3 for ; Fri, 5 Apr 2024 15:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3836167F for ; Fri, 5 Apr 2024 15:26:31 +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: <1712330789.b3c7d3a5d415467c36a739d4dea24f59f8c30c9f.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-1.2.0-r2.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: b3c7d3a5d415467c36a739d4dea24f59f8c30c9f X-VCS-Branch: master Date: Fri, 5 Apr 2024 15:26:31 +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: 13345023-6c04-4390-a8c4-501468310bdd X-Archives-Hash: 067eeefaf63b590c0dfc8f0eb8f77e7a commit: b3c7d3a5d415467c36a739d4dea24f59f8c30c9f Author: Craig Andrews gentoo org> AuthorDate: Fri Apr 5 15:24:43 2024 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Apr 5 15:26:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c7d3a5 net-libs/nghttp3: remove unused cunit dependency Bug: https://bugs.gentoo.org/924750 Signed-off-by: Craig Andrews gentoo.org> net-libs/nghttp3/{nghttp3-9999.ebuild => nghttp3-1.2.0-r2.ebuild} | 4 +--- net-libs/nghttp3/nghttp3-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-1.2.0-r2.ebuild similarity index 86% copy from net-libs/nghttp3/nghttp3-9999.ebuild copy to net-libs/nghttp3/nghttp3-1.2.0-r2.ebuild index 3a8480492ead..6715be902969 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-1.2.0-r2.ebuild @@ -18,12 +18,10 @@ HOMEPAGE="https://github.com/ngtcp2/nghttp3/" LICENSE="MIT" SLOT="0/0" -IUSE="static-libs test" +IUSE="static-libs" 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 3a8480492ead..6715be902969 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-9999.ebuild @@ -18,12 +18,10 @@ HOMEPAGE="https://github.com/ngtcp2/nghttp3/" LICENSE="MIT" SLOT="0/0" -IUSE="static-libs test" +IUSE="static-libs" BDEPEND="virtual/pkgconfig" -DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" RDEPEND="" -RESTRICT="!test? ( test )" multilib_src_configure() { local mycmakeargs=(