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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29EE5158020 for ; Wed, 12 Oct 2022 19:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D84FE09DE; Wed, 12 Oct 2022 19:22:40 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 543CAE09DD for ; Wed, 12 Oct 2022 19:22:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75B2534124A for ; Wed, 12 Oct 2022 19:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8B26628 for ; Wed, 12 Oct 2022 19:22:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665602483.930959be94685ba05fd38cc23112cf7ec5b84221.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-5.1.1.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 930959be94685ba05fd38cc23112cf7ec5b84221 X-VCS-Branch: master Date: Wed, 12 Oct 2022 19:22: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: 0ccbca38-679d-4b5a-aff7-4208c0c0edf7 X-Archives-Hash: f91d6889e12815ce763053fdb72f2acf commit: 930959be94685ba05fd38cc23112cf7ec5b84221 Author: Sam James gentoo org> AuthorDate: Wed Oct 12 19:21:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 19:21:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930959be media-gfx/krita: Stabilize 5.1.1 amd64, #875608 Signed-off-by: Sam James gentoo.org> media-gfx/krita/krita-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/krita/krita-5.1.1.ebuild b/media-gfx/krita/krita-5.1.1.ebuild index 767fb155def2..fe5ac2ec59ae 100644 --- a/media-gfx/krita/krita-5.1.1.ebuild +++ b/media-gfx/krita/krita-5.1.1.ebuild @@ -12,7 +12,7 @@ inherit ecm kde.org python-single-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" fi DESCRIPTION="Free digital painting application. Digital Painting, Creative Freedom!"