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 E53BE15817D for ; Thu, 6 Jun 2024 22:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30B71E2A24; Thu, 6 Jun 2024 22:24:43 +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 0DA8BE2A24 for ; Thu, 6 Jun 2024 22:24:43 +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 0245633BE18 for ; Thu, 6 Jun 2024 22:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12B9B11F1 for ; Thu, 6 Jun 2024 22:24:40 +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: <1717712667.9d49d8c2860eba527644b083f2847323a8cc2ea0.dlan@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.11.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 9d49d8c2860eba527644b083f2847323a8cc2ea0 X-VCS-Branch: master Date: Thu, 6 Jun 2024 22:24:40 +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: cdee8479-1ceb-46fb-a104-6c2ca7209699 X-Archives-Hash: 6a67d55ffc131936231d485fa8a8de5b commit: 9d49d8c2860eba527644b083f2847323a8cc2ea0 Author: Yixun Lan gentoo org> AuthorDate: Thu Jun 6 22:24:27 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Jun 6 22:24:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d49d8c2 www-apps/gitea: Stabilize 1.21.11 amd64, #933701 Signed-off-by: Yixun Lan gentoo.org> www-apps/gitea/gitea-1.21.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.21.11.ebuild b/www-apps/gitea/gitea-1.21.11.ebuild index 7a37bd3df1e3..df7f876a0823 100644 --- a/www-apps/gitea/gitea-1.21.11.ebuild +++ b/www-apps/gitea/gitea-1.21.11.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 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}"