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 DBAD81382C5 for ; Wed, 27 Jan 2021 18:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBBBE0C32; Wed, 27 Jan 2021 18:16:27 +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 04DECE0C32 for ; Wed, 27 Jan 2021 18:16:26 +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 B51EE340DB1 for ; Wed, 27 Jan 2021 18:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 033F649 for ; Wed, 27 Jan 2021 18:16:24 +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: <1611771374.1f4b764f6450e219f67270d5d5a60909bc5ba963.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kquickimageeditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild X-VCS-Directories: media-libs/kquickimageeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1f4b764f6450e219f67270d5d5a60909bc5ba963 X-VCS-Branch: master Date: Wed, 27 Jan 2021 18:16:24 +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: de20d988-b6a0-4291-998a-dcc839ace2c2 X-Archives-Hash: 6d186004a64d970a404204fce85a47b2 commit: 1f4b764f6450e219f67270d5d5a60909bc5ba963 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 27 18:16:14 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 27 18:16:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4b764f media-libs/kquickimageeditor: Fix SRC_URI Closes: https://bugs.gentoo.org/767433 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild index 41e1e8f53cf..639fb329672 100644 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.ebuild +++ b/media-libs/kquickimageeditor/kquickimageeditor-0.1.3.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}/${P}.tar.xz" + SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz" KEYWORDS="~amd64" fi