Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
Date: Thu, 01 Oct 2015 14:28:05
Message-Id: 1443709665.6fc0da3c54a6732483078028e12984f8670949be.kensington@gentoo
1 commit: 6fc0da3c54a6732483078028e12984f8670949be
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 14:21:51 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 14:27:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fc0da3c
7
8 x11-terms/qterminal: dev-qt/linguist-tools is a build-time dependency
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-terms/qterminal/qterminal-9999.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
16 index e908a79..4d13fcd 100644
17 --- a/x11-terms/qterminal/qterminal-9999.ebuild
18 +++ b/x11-terms/qterminal/qterminal-9999.ebuild
19 @@ -17,7 +17,7 @@ IUSE="debug qt4 qt5"
20
21 REQUIRED_USE="^^ ( qt4 qt5 )"
22
23 -DEPEND="
24 +RDEPEND="
25 qt4? (
26 dev-qt/qtcore:4
27 dev-qt/qtgui:4
28 @@ -25,12 +25,13 @@ DEPEND="
29 ~x11-libs/qtermwidget-${PV}[qt4(+)]
30 )
31 qt5? (
32 - dev-qt/linguist-tools:5
33 dev-qt/qtcore:5
34 dev-qt/qtgui:5
35 ~x11-libs/qtermwidget-${PV}[qt5(-)]
36 )"
37 -RDEPEND="${DEPEND}"
38 +DEPEND="${RDEPEND}
39 + qt5? ( dev-qt/linguist-tools:5 )
40 +"
41
42 src_configure() {
43 local mycmakeargs=(