commit:     196ccdf29f2f273f9e67e0581351669866eca498
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 10:30:09 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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(+)]
 "

Reply via email to