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 4AEF3158018 for ; Sat, 2 Oct 2021 11:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EDC3E083D; Sat, 2 Oct 2021 11:46:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51F84E083D for ; Sat, 2 Oct 2021 11:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19DD4342BEF for ; Sat, 2 Oct 2021 11:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AED4108 for ; Sat, 2 Oct 2021 11:46:20 +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: <1633175151.0be37d3cdae998bff473a40bee6f88453b34e207.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/kquickimageeditor/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild X-VCS-Directories: media-libs/kquickimageeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0be37d3cdae998bff473a40bee6f88453b34e207 X-VCS-Branch: master Date: Sat, 2 Oct 2021 11:46:20 +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: a7163402-7ea2-4e72-b95a-54dd5ce9d887 X-Archives-Hash: 38e9dc072e8a31413ed9797c5048a23c commit: 0be37d3cdae998bff473a40bee6f88453b34e207 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 2 11:44:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 2 11:45:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0be37d3c media-libs/kquickimageeditor: Add missing RDEPEND, DEPEND Upstream commits: b28598346f917588e1578c7bbcf074357b3be683 fbd4015b1eb3755ce2c09cf123e0586fbdcb00f6 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild index a5ab945c0c..6152489b78 100644 --- a/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild +++ b/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor https://api.kde.org/kquickimageeditor/html/index.html" if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~ppc64" fi @@ -21,7 +21,9 @@ SLOT="5" DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 " RDEPEND="${DEPEND} + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 "