summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-14 00:33:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:07 +0200
commit2249514bbb35a4a6d16e98c8397db56f08b30310 (patch)
treea05a24e63d8c0bb3a940f55b2b4d6e479aedc89e /media-gfx/wally/wally-2.4.5.ebuild
parentmedia-gfx/kgraphviewer: Add QT3SUPPORT_REQUIRED="true" (diff)
downloadgentoo-2249514bbb35a4a6d16e98c8397db56f08b30310.tar.gz
gentoo-2249514bbb35a4a6d16e98c8397db56f08b30310.tar.bz2
gentoo-2249514bbb35a4a6d16e98c8397db56f08b30310.zip
media-gfx/wally: DEPEND on kdelibs[plasma], add SQL_REQUIRED="always"
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-gfx/wally/wally-2.4.5.ebuild')
-rw-r--r--media-gfx/wally/wally-2.4.5.ebuild11
1 files changed, 6 insertions, 5 deletions
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}"