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 56EC9138334 for ; Sun, 16 Dec 2018 19:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DF84E0B64; Sun, 16 Dec 2018 19:40:36 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D56F6E0B64 for ; Sun, 16 Dec 2018 19:40: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 E9220335C58 for ; Sun, 16 Dec 2018 19:40:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F0F42E for ; Sun, 16 Dec 2018 19:40: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: <1544989080.9fc2f570da6f315d6476061050d585773a9407a5.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: 9fc2f570da6f315d6476061050d585773a9407a5 X-VCS-Branch: master Date: Sun, 16 Dec 2018 19:40: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6db6064b-5862-443e-84a6-c9ad3386ce4d X-Archives-Hash: 8279f8117fe528e061e418ae2af6c4d4 commit: 9fc2f570da6f315d6476061050d585773a9407a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 16 19:38:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 16 19:38:00 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9fc2f570 media-gfx/krita: Sync with Gentoo ebuild repo Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index 0a7be5dabe..89c9343333 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -4,8 +4,9 @@ EAPI=6 KDE_TEST="forceoptional-recursive" +QT_MINIMAL="5.11.3" VIRTUALX_REQUIRED="test" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit kde5 python-single-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -28,7 +29,6 @@ COMMON_DEPEND="${PYTHON_DEPS} $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) $(add_frameworks_dep kitemmodels) $(add_frameworks_dep kitemviews) $(add_frameworks_dep kwidgetsaddons)