Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/
Date: Sat, 24 Apr 2021 21:11:15
Message-Id: 1619298642.2b13108b03d9ac3f36357107c236d47127481245.asturm@gentoo
1 commit: 2b13108b03d9ac3f36357107c236d47127481245
2 Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
3 AuthorDate: Sun Apr 18 20:47:43 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 21:10:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b13108b
7
8 dev-qt/qtwebengine: Move some DEPENDs to BDEPEND
9
10 This commit changes two things:
11 1. Some deps were in DEPEND which are actually CBUILD dependencies, so
12 they're moved into BDEPEND now.
13 2. DEPEND contained an old gzip dep to a version which is not in the
14 tree anymore.
15
16 Committer-comment:
17 Fixed DEPEND/BDEPEND, rebased onto 29de6e40, updated git summary accordingly.
18
19 See also: https://github.com/gentoo/qt/pull/237
20
21 Package-Manager: Portage-3.0.18, Repoman-3.0.3
22 Signed-off-by: Nils Freydank <holgersson <AT> posteo.de>
23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
24
25 dev-qt/qtwebengine/qtwebengine-5.15.2_p20210406.ebuild | 4 ++--
26 1 file changed, 2 insertions(+), 2 deletions(-)
27
28 diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210406.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210406.ebuild
29 index 8699e94a3bd..8e61171efc8 100644
30 --- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210406.ebuild
31 +++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20210406.ebuild
32 @@ -78,9 +78,9 @@ RDEPEND="
33 ~dev-qt/qtwidgets-${QTVER}
34 )
35 "
36 -DEPEND="${RDEPEND}
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="
39 ${PYTHON_DEPS}
40 - >=app-arch/gzip-1.7
41 dev-util/gperf
42 dev-util/ninja
43 dev-util/re2c