From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F5A41582EF for ; Sun, 02 Mar 2025 10:30:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EEAF53431A8 for ; Sun, 02 Mar 2025 10:30:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 734EF110370; Sun, 02 Mar 2025 10:30:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6A1C2110370 for ; Sun, 02 Mar 2025 10:30:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EABB34316E for ; Sun, 02 Mar 2025 10:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D3C2280C for ; Sun, 02 Mar 2025 10:29:59 +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: <1740911387.863f211493cbedbd8e51397d48a33e6e5f1fd6d5.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.5.1.ebuild X-VCS-Directories: media-libs/kquickimageeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 863f211493cbedbd8e51397d48a33e6e5f1fd6d5 X-VCS-Branch: master Date: Sun, 02 Mar 2025 10:29:59 +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: ad8f6eaf-6dd6-4efb-bc1f-23f5b96cd51e X-Archives-Hash: 6ba5aa3a4b13abaefc3c143273a9315b commit: 863f211493cbedbd8e51397d48a33e6e5f1fd6d5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 2 10:28:49 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 2 10:29:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863f2114 media-libs/kquickimageeditor: stabilize 0.5.1 for amd64, arm64 Closes: https://bugs.gentoo.org/950101 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kquickimageeditor/kquickimageeditor-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/kquickimageeditor/kquickimageeditor-0.5.1.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-0.5.1.ebuild index 749a67df5f4d..96c65fd36849 100644 --- a/media-libs/kquickimageeditor/kquickimageeditor-0.5.1.ebuild +++ b/media-libs/kquickimageeditor/kquickimageeditor-0.5.1.ebuild @@ -13,7 +13,7 @@ https://api.kde.org/kquickimageeditor/html/index.html" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+"