commit: 2d120025880c9a6bd6b8cf27f9374ab6d3513749 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 14:23:44 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 14:23:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d120025
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.49.9999.ebuild | 8 +++++--- kde-apps/step/step-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kde-apps/step/step-17.04.49.9999.ebuild b/kde-apps/step/step-17.04.49.9999.ebuild index 76150498ef..3149ebfa1e 100644 --- a/kde-apps/step/step-17.04.49.9999.ebuild +++ b/kde-apps/step/step-17.04.49.9999.ebuild @@ -10,9 +10,9 @@ inherit kde5 DESCRIPTION="Interactive physics simulator" HOMEPAGE="https://edu.kde.org/step" KEYWORDS="" -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 diff --git a/kde-apps/step/step-9999.ebuild b/kde-apps/step/step-9999.ebuild index 76150498ef..3149ebfa1e 100644 --- a/kde-apps/step/step-9999.ebuild +++ b/kde-apps/step/step-9999.ebuild @@ -10,9 +10,9 @@ inherit kde5 DESCRIPTION="Interactive physics simulator" HOMEPAGE="https://edu.kde.org/step" KEYWORDS="" -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
