Skip to content

Commit

Permalink
kde-apps/step: Add USE=nls and missing DEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Apr 22, 2017
1 parent 42dc038 commit 8123357
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions kde-apps/step/step-17.04.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ inherit kde5
DESCRIPTION="Interactive physics simulator"
HOMEPAGE="https://edu.kde.org/step"
KEYWORDS="~amd64 ~x86"
IUSE="+gsl +qalculate"
IUSE="+gsl nls +qalculate"

DEPEND="
RDEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
Expand Down Expand Up @@ -42,7 +42,9 @@ DEPEND="
gsl? ( sci-libs/gsl:= )
qalculate? ( >=sci-libs/libqalculate-0.9.5:= )
"
RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
"

src_prepare() {
kde5_src_prepare
Expand Down

0 comments on commit 8123357

Please sign in to comment.