From: Andreas Sturmlechner Date: Sun, 13 Aug 2017 22:33:30 +0000 (+0200) Subject: media-gfx/wally: DEPEND on kdelibs[plasma], add SQL_REQUIRED="always" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2249514bbb35a4a6d16e98c8397db56f08b30310;p=gentoo.git media-gfx/wally: DEPEND on kdelibs[plasma], add SQL_REQUIRED="always" Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/media-gfx/wally/wally-2.4.5.ebuild b/media-gfx/wally/wally-2.4.5.ebuild index b99c9b40e446..26ef94ccc9d0 100644 --- a/media-gfx/wally/wally-2.4.5.ebuild +++ b/media-gfx/wally/wally-2.4.5.ebuild @@ -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}"