Skip to content

Commit

Permalink
kde-apps/analitza: Add USE=nls and missing DEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
a17r committed May 18, 2017
1 parent d67aba5 commit 54b67e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kde-apps/analitza/analitza-17.04.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit kde5

DESCRIPTION="KDE library for mathematical features"
KEYWORDS="~amd64 ~x86"
IUSE="eigen"
IUSE="eigen nls"

DEPEND="
$(add_qt_dep qtdeclarative)
Expand All @@ -19,7 +19,9 @@ DEPEND="
$(add_qt_dep qtxml)
eigen? ( dev-cpp/eigen:3 )
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
nls? ( $(add_qt_dep linguist-tools) )
"

src_prepare() {
kde5_src_prepare
Expand Down

0 comments on commit 54b67e3

Please sign in to comment.