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 138B3139694 for ; Sat, 22 Apr 2017 14:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D3A0E0C11; Sat, 22 Apr 2017 14:31:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2C4CBE0C11 for ; Sat, 22 Apr 2017 14:31:35 +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 52847340DF9 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 84AB573F3 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: <1492870987.e4bcf941d09b7865c1921c35bd85edaa9eaf2a5e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcachegrind/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild kde-apps/kcachegrind/kcachegrind-9999.ebuild X-VCS-Directories: kde-apps/kcachegrind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4bcf941d09b7865c1921c35bd85edaa9eaf2a5e 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: 96e1569a-059d-4259-b904-8d3275a38a92 X-Archives-Hash: 7091aaa73a96ada3bb400eded6a78d47 commit: e4bcf941d09b7865c1921c35bd85edaa9eaf2a5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 14:23:07 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 14:23:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4bcf941 kde-apps/kcachegrind: Add USE=nls and missing DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild | 9 ++++++--- kde-apps/kcachegrind/kcachegrind-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild b/kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild index 8a51e58633..22f76a53fa 100644 --- a/kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild +++ b/kde-apps/kcachegrind/kcachegrind-17.04.49.9999.ebuild @@ -10,9 +10,9 @@ DESCRIPTION="Frontend for Cachegrind by KDE" HOMEPAGE="https://www.kde.org/applications/development/kcachegrind https://kcachegrind.github.io/html/Home.html" KEYWORDS="" -IUSE="" +IUSE="nls" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -26,7 +26,10 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" +RDEPEND="${COMMON_DEPEND} media-gfx/graphviz !