diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-07-30 17:43:30 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-07-30 17:43:55 +0200 |
commit | 7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02 (patch) | |
tree | 946696e99a265d37ceb92d6feda1f18bfa280941 /net-libs | |
parent | net-vpn/wireguard-modules: detect other kernels that already have wireguard (diff) | |
download | gentoo-7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02.tar.gz gentoo-7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02.tar.bz2 gentoo-7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 | ||||
-rw-r--r-- | 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 c0d775bb37c8..e18ea823126d 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 a740e69ea79b..b43a0d325068 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 |