Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/
Date: Thu, 25 Jun 2020 07:11:28
Message-Id: 1593069064.a0ba3944f62032c98005db4dec84aa655841a7ba.zx2c4@gentoo
1 commit: a0ba3944f62032c98005db4dec84aa655841a7ba
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Sat May 23 02:14:36 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 07:11:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ba3944
7
8 dev-qt/qt-creator: Add bdeps
9
10 pkgconfig, qdoc, and binaries from linguist-tools need to execute at
11 build time.
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
15 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
16
17 dev-qt/qt-creator/qt-creator-9999.ebuild | 8 +++++---
18 1 file changed, 5 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild
21 index 4dcb19e8b43..bf48a061bde 100644
22 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild
23 +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
24 @@ -45,6 +45,11 @@ REQUIRED_USE="
25 # minimum Qt version required
26 QT_PV="5.12.3:5"
27
28 +BDEPEND="
29 + >=dev-qt/linguist-tools-${QT_PV}
30 + virtual/pkgconfig
31 + doc? ( >=dev-qt/qdoc-${QT_PV} )
32 +"
33 CDEPEND="
34 >=dev-qt/qtconcurrent-${QT_PV}
35 >=dev-qt/qtcore-${QT_PV}
36 @@ -71,9 +76,6 @@ CDEPEND="
37 systemd? ( sys-apps/systemd:= )
38 "
39 DEPEND="${CDEPEND}
40 - >=dev-qt/linguist-tools-${QT_PV}
41 - virtual/pkgconfig
42 - doc? ( >=dev-qt/qdoc-${QT_PV} )
43 test? (
44 >=dev-qt/qtdeclarative-${QT_PV}[localstorage]
45 >=dev-qt/qtquickcontrols2-${QT_PV}