kde-plasma/plasma-workspace-wallpapers: Add missing DEPEND
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sun, 27 Mar 2016 01:12:55 +0000 (03:12 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 7 Apr 2016 13:22:19 +0000 (23:22 +1000)
KDEInstallDirs calls query_qmake which requires qtcore.

Package-Manager: portage-2.2.27

kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.5.5.ebuild

index a8bd8e83693eaf990602e5976e42d7a125564db8..a74a64a6851d9a3e8af9f18e4cc943cb58bbf4e6 100644 (file)
@@ -12,5 +12,8 @@ DESCRIPTION="Additional wallpapers for the Plasma workspace"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
-DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+DEPEND="
+       $(add_frameworks_dep extra-cmake-modules)
+       $(add_qt_dep qtcore)
+"
 RDEPEND="!<kde-apps/kde-wallpapers-15.08.3[-minimal(-)]"