summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-22 16:25:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-22 16:32:07 +0200
commit812335795e8ac9e32456dcea1e42c9072dc9214b (patch)
tree3612afc3ef0300f1167e04f56b1324dda58edfae
parentkde-apps/marble: Add USE=nls and missing DEPEND (diff)
downloadgentoo-812335795e8ac9e32456dcea1e42c9072dc9214b.tar.gz
gentoo-812335795e8ac9e32456dcea1e42c9072dc9214b.tar.bz2
gentoo-812335795e8ac9e32456dcea1e42c9072dc9214b.zip
kde-apps/step: Add USE=nls and missing DEPEND
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--kde-apps/step/step-17.04.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-apps/step/step-17.04.0.ebuild b/kde-apps/step/step-17.04.0.ebuild
index f1c15a5a9ddc..c121e41b44ed 100644
--- a/kde-apps/step/step-17.04.0.ebuild
+++ b/kde-apps/step/step-17.04.0.ebuild
@@ -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)
@@ -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