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 B3547138334 for ; Sat, 1 Jun 2019 16:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B136AE081A; Sat, 1 Jun 2019 16:17:39 +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 934EAE081A for ; Sat, 1 Jun 2019 16:17:39 +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 1B8A63454FA for ; Sat, 1 Jun 2019 16:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B07CD5C0 for ; Sat, 1 Jun 2019 16:17:35 +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: <1559395526.7aab44e88146abec3a6dfc523ebaa6242a6314e7.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: 7aab44e88146abec3a6dfc523ebaa6242a6314e7 X-VCS-Branch: master Date: Sat, 1 Jun 2019 16:17:35 +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: 8329190d-465f-413d-b51a-4bf3d3746074 X-Archives-Hash: d7eba6877b7b6ad079544ab86c67c045 commit: 7aab44e88146abec3a6dfc523ebaa6242a6314e7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 1 13:25:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 1 13:25:26 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7aab44e8 media-gfx/krita: dev-qt/qtgui slot op is necessary for QPA usage Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index 2dbc68e759..91ad54e36e 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -4,13 +4,13 @@ EAPI=7 KDE_TEST="forceoptional-recursive" -QT_MINIMAL="5.11.3" +QT_MINIMAL="5.12.3" VIRTUALX_REQUIRED="test" PYTHON_COMPAT=( python3_{5,6,7} ) inherit kde5 python-single-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV%.1}/${P}.tar.gz" + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -42,7 +42,7 @@ COMMON_DEPEND="${PYTHON_DEPS} $(add_qt_dep qtconcurrent) $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui '-gles2') + $(add_qt_dep qtgui '-gles2' '' '5=') $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtsvg)