Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Thu, 30 Jul 2020 15:44:05
Message-Id: 1596123835.7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02.polynomial-c@gentoo
1 commit: 7e1879aaa5e30b2fc776dbe521ecf5ac1aaccc02
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 30 15:43:30 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 15:43:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1879aa
7
8 net-libs/nghttp2: Move virtual/pkgconfig to BDEPEND
9
10 Closes: https://bugs.gentoo.org/734788
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 +-
15 net-libs/nghttp2/nghttp2-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
19 index c0d775bb37c..e18ea823126 100644
20 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild
21 +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
22 @@ -43,8 +43,8 @@ RDEPEND="
23 )
24 xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
25 DEPEND="${RDEPEND}
26 - virtual/pkgconfig
27 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
28 +BDEPEND="virtual/pkgconfig"
29
30 src_prepare() {
31 default
32
33 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
34 index a740e69ea79..b43a0d32506 100644
35 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
36 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
37 @@ -43,8 +43,8 @@ RDEPEND="
38 )
39 xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
40 DEPEND="${RDEPEND}
41 - virtual/pkgconfig
42 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
43 +BDEPEND="virtual/pkgconfig"
44
45 src_prepare() {
46 default