commit: 7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Thu Jul 30 15:43:30 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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
