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 DAB2F138359 for ; Thu, 30 Jul 2020 15:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD61E09B7; Thu, 30 Jul 2020 15:44:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B6ADDE09B7 for ; Thu, 30 Jul 2020 15:44:04 +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 6B8FE34F239 for ; Thu, 30 Jul 2020 15:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0A922F5 for ; Thu, 30 Jul 2020 15:44:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1596123835.7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.41.0.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02 X-VCS-Branch: master Date: Thu, 30 Jul 2020 15:44:00 +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: 4cf47652-eb21-49b6-a108-51418491c62f X-Archives-Hash: d60f69f7b3760f957e3006036f01fa3d commit: 7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02 Author: David Michael gmail com> AuthorDate: Thu Jul 30 15:43:30 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 30 15:43:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1879aa net-libs/nghttp2: Move virtual/pkgconfig to BDEPEND Closes: https://bugs.gentoo.org/734788 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 +- net-libs/nghttp2/nghttp2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index c0d775bb37c..e18ea823126 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild @@ -43,8 +43,8 @@ RDEPEND=" ) xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - virtual/pkgconfig test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" +BDEPEND="virtual/pkgconfig" src_prepare() { default diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index a740e69ea79..b43a0d32506 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -43,8 +43,8 @@ RDEPEND=" ) xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - virtual/pkgconfig test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" +BDEPEND="virtual/pkgconfig" src_prepare() { default