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 909AE158089 for ; Sun, 5 Nov 2023 21:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9DC72BC02B; Sun, 5 Nov 2023 21:12:58 +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 C01382BC02B for ; Sun, 5 Nov 2023 21:12:58 +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 DADA8335CCD for ; Sun, 5 Nov 2023 21:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCA712D1 for ; Sun, 5 Nov 2023 21:12:56 +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: <1699218759.1e6254906e32cca5987a6e0ebbc4d89e15302d76.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: 1e6254906e32cca5987a6e0ebbc4d89e15302d76 X-VCS-Branch: master Date: Sun, 5 Nov 2023 21:12:56 +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: 1ca28f33-c486-4380-af36-84bcac6df140 X-Archives-Hash: e61600a1b7e2c9e2b5d99e8c1e482be7 commit: 1e6254906e32cca5987a6e0ebbc4d89e15302d76 Author: Jakov Smolić gentoo org> AuthorDate: Thu Aug 10 07:28:52 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 5 21:12:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e625490 media-libs/kquickimageeditor: Keyword 0.2.0 riscv, #911890 Signed-off-by: Jakov Smolić gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild b/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild index 3b3a4df00a..a2f7b21e68 100644 --- a/media-libs/kquickimageeditor/kquickimageeditor-9999.ebuild +++ b/media-libs/kquickimageeditor/kquickimageeditor-9999.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 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+"