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 A2D2515815E for ; Sun, 4 Feb 2024 17:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF34CE2B7D; Sun, 4 Feb 2024 17:10:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E14DE2B7D for ; Sun, 4 Feb 2024 17:10:33 +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 913EB343256 for ; Sun, 4 Feb 2024 17:10:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED03A1492 for ; Sun, 4 Feb 2024 17:10:30 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1707066483.fc0a6e4c895c9fe587d013fee88958877e6b09e2.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/gitea/gitea-1.21.5.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: fc0a6e4c895c9fe587d013fee88958877e6b09e2 X-VCS-Branch: master Date: Sun, 4 Feb 2024 17:10:30 +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: 1c55324f-f478-4e0a-8f84-a707d71bd6ed X-Archives-Hash: 1d8cd8d997281cc59cc5498d6507b40d commit: fc0a6e4c895c9fe587d013fee88958877e6b09e2 Author: WANG Xuerui gentoo org> AuthorDate: Fri Feb 2 07:51:16 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Feb 4 17:08:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0a6e4c www-apps/gitea: keyword 1.21.5 for ~loong Signed-off-by: WANG Xuerui gentoo.org> www-apps/gitea/gitea-1.21.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.21.5.ebuild b/www-apps/gitea/gitea-1.21.5.ebuild index 76564afb3f18..7a37bd3df1e3 100644 --- a/www-apps/gitea/gitea-1.21.5.ebuild +++ b/www-apps/gitea/gitea-1.21.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/go-gitea/gitea.git" else SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}"