commit:     812335795e8ac9e32456dcea1e42c9072dc9214b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 14:25:51 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 14:32:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81233579

kde-apps/step: Add USE=nls and missing DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/step/step-17.04.0.ebuild | 8 +++++---
 1 file 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 f1c15a5a9dd..c121e41b44e 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

Reply via email to