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 39952138335 for ; Sun, 17 Feb 2019 11:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19649E0982; Sun, 17 Feb 2019 11:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6342E0982 for ; Sun, 17 Feb 2019 11:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 81FBD335D12 for ; Sun, 17 Feb 2019 11:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2330545 for ; Sun, 17 Feb 2019 11:11:03 +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: <1550399409.196ccdf29f2f273f9e67e0581351669866eca498.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/krita/krita-9999.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 196ccdf29f2f273f9e67e0581351669866eca498 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:11:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a4ae475-f015-4893-ac9b-ad85e1f32a42 X-Archives-Hash: 5f803ebad50c1170429b9d3d67b3ad13 commit: 196ccdf29f2f273f9e67e0581351669866eca498 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:30:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 10:30:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=196ccdf2 media-gfx/krita: Fix USE vc DEPEND Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index 8357d2ea5c..23d3275624 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -24,9 +24,8 @@ BDEPEND=" dev-cpp/eigen:3 dev-lang/perl sys-devel/gettext - vc? ( >=dev-libs/vc-1.1.0 ) " -DEPEND="${PYTHON_DEPS} +COMMON_DEPEND="${PYTHON_DEPS} $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) @@ -76,7 +75,10 @@ DEPEND="${PYTHON_DEPS} raw? ( media-libs/libraw:= ) tiff? ( media-libs/tiff:0 ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + vc? ( >=dev-libs/vc-1.1.0 ) +" +RDEPEND="${COMMON_DEPEND} !app-office/calligra:4[calligra_features_krita] !app-office/calligra-l10n:4[calligra_features_krita(+)] "