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 287AC139694 for ; Sat, 22 Apr 2017 14:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 892BE21C054; Sat, 22 Apr 2017 14:32:33 +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 6254021C054 for ; Sat, 22 Apr 2017 14:32:28 +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 8FD93340DF9 for ; Sat, 22 Apr 2017 14:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC465743F for ; Sat, 22 Apr 2017 14:32:19 +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: <1492871527.812335795e8ac9e32456dcea1e42c9072dc9214b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/step/step-17.04.0.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 812335795e8ac9e32456dcea1e42c9072dc9214b X-VCS-Branch: master Date: Sat, 22 Apr 2017 14:32:19 +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: 18c59052-531a-40d6-87f2-1ddd8d1d6f6e X-Archives-Hash: fbe2a2010432c8739e942a380afdc233 commit: 812335795e8ac9e32456dcea1e42c9072dc9214b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 14:25:51 2017 +0000 Commit: Andreas Sturmlechner gentoo 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