media-gfx/wally: DEPEND on kdelibs[plasma], add SQL_REQUIRED="always"
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 13 Aug 2017 22:33:30 +0000 (00:33 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 17 Aug 2017 18:58:07 +0000 (20:58 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-gfx/wally/wally-2.4.5.ebuild

index b99c9b40e4468faa442e2ced46f99aacb867aec9..26ef94ccc9d071c356eac3bd14691370fc6e7d0f 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-KDE_REQUIRED="optional"
 
+KDE_REQUIRED="optional"
+SQL_REQUIRED="always"
 inherit eutils kde4-base readme.gentoo
 
 DESCRIPTION="A Qt4/KDE4 wallpaper changer"
@@ -16,14 +17,14 @@ KEYWORDS="amd64 x86"
 IUSE="debug kde"
 
 DEPEND="
-       media-libs/libexif
-       x11-libs/libX11
        dev-qt/qtcore:4
        dev-qt/qtdbus:4
        dev-qt/qtgui:4
        dev-qt/qtsql:4
        dev-qt/qtsvg:4
-       kde? ( kde-frameworks/kdelibs:4 )
+       media-libs/libexif
+       x11-libs/libX11
+       kde? ( kde-frameworks/kdelibs:4[plasma(+)] )
 "
 RDEPEND="${DEPEND}"