summaryrefslogtreecommitdiff
path: root/kde-misc
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-14 00:48:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 20:58:06 +0200
commitee1d060aae13d7a9db9fbf6c63d2e7f0e57f55c5 (patch)
tree91fdf2a28937a49824028fcb7bfb383611e643de /kde-misc
parent7eafef1d46c5bce70775c06c2d98e9cad3c2cfb6 (diff)
downloadgentoo-ee1d060aae13d7a9db9fbf6c63d2e7f0e57f55c5.tar.gz
gentoo-ee1d060aae13d7a9db9fbf6c63d2e7f0e57f55c5.tar.xz
kde-misc/kfilebox: Add SQL_REQUIRED="always", fix DEPENDs
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kfilebox/kfilebox-0.4.9.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild b/kde-misc/kfilebox/kfilebox-0.4.9.ebuild
index eb1658da528..7e50f693467 100644
--- a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild
+++ b/kde-misc/kfilebox/kfilebox-0.4.9.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
LANGS="ar br cs de el es fr gl it lt nl pl pt ru si tr zh"
+SQL_REQUIRED="always"
inherit qt4-r2
MY_P="${PN}_${PV}"
@@ -20,7 +21,12 @@ IUSE=""
for name in ${LANGS} ; do IUSE+="linguas_$name " ; done
unset name
-DEPEND="kde-frameworks/kdelibs:4"
+DEPEND="
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
+ kde-frameworks/kdelibs:4"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}