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 8D169138350 for ; Sun, 9 Feb 2020 16:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2BADE086E; Sun, 9 Feb 2020 16:29:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC629E086E for ; Sun, 9 Feb 2020 16:29:37 +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 25CCF34E8D0 for ; Sun, 9 Feb 2020 16:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A11139 for ; Sun, 9 Feb 2020 16:29:34 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581265610.8685f40f0b8503b1e80e7e53df117506fe6f6ba2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-4.2.7.1-r1.ebuild media-gfx/krita/krita-4.2.7.1.ebuild media-gfx/krita/krita-4.2.8.2-r1.ebuild media-gfx/krita/krita-4.2.8.2.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8685f40f0b8503b1e80e7e53df117506fe6f6ba2 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29:34 +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: 91c56d71-5805-4569-9c55-e35cabccf05f X-Archives-Hash: f8b045006a7d25b32e108b120dee21bf commit: 8685f40f0b8503b1e80e7e53df117506fe6f6ba2 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 15:04:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:26:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8685f40f media-gfx/krita: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> media-gfx/krita/{krita-4.2.7.1.ebuild => krita-4.2.7.1-r1.ebuild} | 8 +++++--- media-gfx/krita/{krita-4.2.8.2.ebuild => krita-4.2.8.2-r1.ebuild} | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/media-gfx/krita/krita-4.2.7.1.ebuild b/media-gfx/krita/krita-4.2.7.1-r1.ebuild similarity index 95% rename from media-gfx/krita/krita-4.2.7.1.ebuild rename to media-gfx/krita/krita-4.2.7.1-r1.ebuild index 4c9525d74aa..2d2e1b4c654 100644 --- a/media-gfx/krita/krita-4.2.7.1.ebuild +++ b/media-gfx/krita/krita-4.2.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,8 +50,10 @@ COMMON_DEPEND="${PYTHON_DEPS} $(add_qt_dep qtxml) dev-libs/boost:= dev-libs/quazip - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/sip[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] + dev-python/sip[${PYTHON_MULTI_USEDEP}] + ') media-gfx/exiv2:= media-libs/lcms media-libs/libpng:0= diff --git a/media-gfx/krita/krita-4.2.8.2.ebuild b/media-gfx/krita/krita-4.2.8.2-r1.ebuild similarity index 95% rename from media-gfx/krita/krita-4.2.8.2.ebuild rename to media-gfx/krita/krita-4.2.8.2-r1.ebuild index 99703d1a212..2348b287dfb 100644 --- a/media-gfx/krita/krita-4.2.8.2.ebuild +++ b/media-gfx/krita/krita-4.2.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,8 +31,10 @@ BDEPEND=" RDEPEND="${PYTHON_DEPS} dev-libs/boost:= dev-libs/quazip - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/sip[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/PyQt5[${PYTHON_MULTI_USEDEP}] + dev-python/sip[${PYTHON_MULTI_USEDEP}] + ') >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5