diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2018-12-20 21:46:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-22 12:43:26 +0100 |
commit | 15a0b7b804a24fc1e1d372caa1061b58297ff99a (patch) | |
tree | 3e6ab3650d477c926e1660bf1fda4a91bd45095d | |
parent | sys-apps/onerng: drop old version (diff) | |
download | gentoo-15a0b7b804a24fc1e1d372caa1061b58297ff99a.tar.gz gentoo-15a0b7b804a24fc1e1d372caa1061b58297ff99a.tar.bz2 gentoo-15a0b7b804a24fc1e1d372caa1061b58297ff99a.zip |
x11-libs/libfm-qt: add slot operator for 'qtgui'
Closes: https://bugs.gentoo.org/671882
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/10670
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.13.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.13.1-r1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.13.1-r1.ebuild index e41d449e1331..c25ffd0252e2 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.13.1-r1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.13.1-r1.ebuild @@ -28,7 +28,7 @@ PATCHES=( RDEPEND=" dev-libs/glib:2 dev-qt/qtcore:5 - dev-qt/qtgui:5 + dev-qt/qtgui:5= dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 >=lxde-base/menu-cache-1.1.0 |