Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/
Date: Sat, 27 May 2017 13:14:29
Message-Id: 1495890802.80b658c304d3db9f1d0aa7ae12390049f0058da0.mgorny@gentoo
1 commit: 80b658c304d3db9f1d0aa7ae12390049f0058da0
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Wed May 24 09:13:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 13:13:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b658c3
7
8 x11-misc/qt5ct: require >=qtgui-5.7 for dbus support wrt bug 619496
9
10 Closes: https://github.com/gentoo/gentoo/pull/4742
11 Bug: https://bugs.gentoo.org/619496
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 x11-misc/qt5ct/qt5ct-0.32.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-misc/qt5ct/qt5ct-0.32.ebuild b/x11-misc/qt5ct/qt5ct-0.32.ebuild
18 index 947237d1e28..6fc2aca5493 100644
19 --- a/x11-misc/qt5ct/qt5ct-0.32.ebuild
20 +++ b/x11-misc/qt5ct/qt5ct-0.32.ebuild
21 @@ -20,7 +20,7 @@ RDEPEND="
22 dev-qt/qtwidgets:5
23 dbus? (
24 dev-qt/qtdbus:5
25 - dev-qt/qtgui:5[dbus]
26 + >=dev-qt/qtgui-5.7:5[dbus]
27 )
28 "
29 DEPEND="${RDEPEND}