diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-05-24 12:13:00 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-27 15:13:22 +0200 |
commit | 80b658c304d3db9f1d0aa7ae12390049f0058da0 (patch) | |
tree | f67366069acdeb556b891e7f7770a80ffaa62520 /x11-misc/qt5ct | |
parent | dev-erlang/p1_pam: Move to dev-erlang/epam (diff) | |
download | gentoo-80b658c304d3db9f1d0aa7ae12390049f0058da0.tar.gz gentoo-80b658c304d3db9f1d0aa7ae12390049f0058da0.tar.bz2 gentoo-80b658c304d3db9f1d0aa7ae12390049f0058da0.zip |
x11-misc/qt5ct: require >=qtgui-5.7 for dbus support wrt bug 619496
Closes: https://github.com/gentoo/gentoo/pull/4742
Bug: https://bugs.gentoo.org/619496
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'x11-misc/qt5ct')
-rw-r--r-- | x11-misc/qt5ct/qt5ct-0.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/qt5ct/qt5ct-0.32.ebuild b/x11-misc/qt5ct/qt5ct-0.32.ebuild index 947237d1e287..6fc2aca54932 100644 --- a/x11-misc/qt5ct/qt5ct-0.32.ebuild +++ b/x11-misc/qt5ct/qt5ct-0.32.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 - dev-qt/qtgui:5[dbus] + >=dev-qt/qtgui-5.7:5[dbus] ) " DEPEND="${RDEPEND} |