Skip to content

Commit

Permalink
kde-misc/kfilebox: Add SQL_REQUIRED="always", fix DEPENDs
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
a17r committed Aug 17, 2017
1 parent 7eafef1 commit ee1d060
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions kde-misc/kfilebox/kfilebox-0.4.9.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
Expand All @@ -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}
Expand Down

0 comments on commit ee1d060

Please sign in to comment.