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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76E3E158086 for ; Thu, 4 Nov 2021 05:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C24CE091A; Thu, 4 Nov 2021 05:43:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 773ECE091A for ; Thu, 4 Nov 2021 05:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4DA52342EC4 for ; Thu, 4 Nov 2021 05:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B57D71A2 for ; Thu, 4 Nov 2021 05:43:54 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1636004550.239d7de2cd17b4a359a63e6734c732b6111a32af.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kile/kile-2.9.93-r1.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 239d7de2cd17b4a359a63e6734c732b6111a32af X-VCS-Branch: master Date: Thu, 4 Nov 2021 05:43:54 +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: 1f574634-a9f7-4cff-bbd6-f82dab835b45 X-Archives-Hash: a079e80fbec6bb312c715357ed54f8e6 commit: 239d7de2cd17b4a359a63e6734c732b6111a32af Author: Alex Fan yahoo com> AuthorDate: Fri Oct 29 01:50:54 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Nov 4 05:42:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239d7de2 app-editors/kile: keyword 2.9.93-r1 for ~riscv Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> app-editors/kile/kile-2.9.93-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/kile/kile-2.9.93-r1.ebuild b/app-editors/kile/kile-2.9.93-r1.ebuild index bd4e9a08182..59d9757bfdc 100644 --- a/app-editors/kile/kile-2.9.93-r1.ebuild +++ b/app-editors/kile/kile-2.9.93-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~riscv x86" fi LICENSE="FDL-1.2 GPL-2"