diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-23 18:58:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-23 19:00:13 +0200 |
commit | 9a4752c8e8fd57591ff0e01c852de3955f123b2a (patch) | |
tree | 48753b9d2c9334296f8e47969193a329bb00fa0e /x11-misc/qt5ct | |
parent | dev-libs/libwbxml: 0.11.6 bump (diff) | |
download | gentoo-9a4752c8e8fd57591ff0e01c852de3955f123b2a.tar.gz gentoo-9a4752c8e8fd57591ff0e01c852de3955f123b2a.tar.bz2 gentoo-9a4752c8e8fd57591ff0e01c852de3955f123b2a.zip |
x11-misc/qt5ct: Add missing dev-qt/qtconcurrent dep
Closes: https://bugs.gentoo.org/695474
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/qt5ct')
-rw-r--r-- | x11-misc/qt5ct/qt5ct-0.41.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/qt5ct/qt5ct-0.41.ebuild b/x11-misc/qt5ct/qt5ct-0.41.ebuild index 251e64ec19d7..cb755d5ac746 100644 --- a/x11-misc/qt5ct/qt5ct-0.41.ebuild +++ b/x11-misc/qt5ct/qt5ct-0.41.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+dbus" RDEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 |