diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-04-30 22:23:23 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-04-30 22:23:47 +1000 |
commit | 475720b967e2d12ab0e722d1ce43304f487a248a (patch) | |
tree | 2a0db10f4408b2f1182365fc50b900bf56d33484 /kde-apps/ktouch/ktouch-9999.ebuild | |
parent | media-gfx/kphotoalbum: Drop alt. mplayer support, obsolete blocker (diff) | |
download | kde-475720b967e2d12ab0e722d1ce43304f487a248a.tar.gz kde-475720b967e2d12ab0e722d1ce43304f487a248a.tar.bz2 kde-475720b967e2d12ab0e722d1ce43304f487a248a.zip |
kde-apps/ktouch: add missing dependencies
Bug: https://bugs.gentoo.org/684732
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'kde-apps/ktouch/ktouch-9999.ebuild')
-rw-r--r-- | kde-apps/ktouch/ktouch-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-apps/ktouch/ktouch-9999.ebuild b/kde-apps/ktouch/ktouch-9999.ebuild index 699193ab96..cf6b8d6ab2 100644 --- a/kde-apps/ktouch/ktouch-9999.ebuild +++ b/kde-apps/ktouch/ktouch-9999.ebuild @@ -41,4 +41,6 @@ DEPEND="${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kqtquickcharts) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtquickcontrols) " |