From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AF66139694 for ; Sat, 22 Apr 2017 14:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B15FE0C47; Sat, 22 Apr 2017 14:31:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 569E6E0C47 for ; Sat, 22 Apr 2017 14:31:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E69434105A for ; Sat, 22 Apr 2017 14:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC4CA743B for ; Sat, 22 Apr 2017 14:31:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1492871024.2d120025880c9a6bd6b8cf27f9374ab6d3513749.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/step/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/step/step-17.04.49.9999.ebuild kde-apps/step/step-9999.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d120025880c9a6bd6b8cf27f9374ab6d3513749 X-VCS-Branch: master Date: Sat, 22 Apr 2017 14:31:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a16bd752-5826-4269-956a-61ff3c6e223d X-Archives-Hash: e7eaac1f52c87807f87531c0d4b57368 commit: 2d120025880c9a6bd6b8cf27f9374ab6d3513749 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 14:23:44 2017 +0000 Commit: Andreas Sturmlechner gentoo 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