From ee1d060aae13d7a9db9fbf6c63d2e7f0e57f55c5 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 14 Aug 2017 00:48:24 +0200 Subject: [PATCH] kde-misc/kfilebox: Add SQL_REQUIRED="always", fix DEPENDs Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- kde-misc/kfilebox/kfilebox-0.4.9.ebuild | 10 ++++++++-- 1 file 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 eb1658da5281..7e50f693467b 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} -- 2.26.2