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 23B53139694 for ; Thu, 18 May 2017 06:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7021921C039; Thu, 18 May 2017 06:23:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 520CE21C039 for ; Thu, 18 May 2017 06:23:26 +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 57A0334165C for ; Thu, 18 May 2017 06:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E20743E for ; Thu, 18 May 2017 06:23:24 +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: <1495088585.54b67e300464e478308eae4ec6c88ca85464d04e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/analitza/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/analitza/analitza-17.04.1.ebuild X-VCS-Directories: kde-apps/analitza/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54b67e300464e478308eae4ec6c88ca85464d04e X-VCS-Branch: master Date: Thu, 18 May 2017 06:23:24 +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: 24007150-a37a-4203-ac8c-a3b4e0d01f55 X-Archives-Hash: 2f5ad6b50ec0fd883463bb4fc432e89e commit: 54b67e300464e478308eae4ec6c88ca85464d04e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 18 06:22:46 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 06:23:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b67e30 kde-apps/analitza: Add USE=nls and missing DEPEND Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/analitza/analitza-17.04.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/analitza/analitza-17.04.1.ebuild b/kde-apps/analitza/analitza-17.04.1.ebuild index b83867df70d..78a91fcb5da 100644 --- a/kde-apps/analitza/analitza-17.04.1.ebuild +++ b/kde-apps/analitza/analitza-17.04.1.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE library for mathematical features" KEYWORDS="~amd64 ~x86" -IUSE="eigen" +IUSE="eigen nls" DEPEND=" $(add_qt_dep qtdeclarative) @@ -19,7 +19,9 @@ DEPEND=" $(add_qt_dep qtxml) eigen? ( dev-cpp/eigen:3 ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" src_prepare() { kde5_src_prepare