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 A5DD115808B for ; Sun, 18 Feb 2024 07:27:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57EAE2A4B; Sun, 18 Feb 2024 07:27:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4A6AE2A4B for ; Sun, 18 Feb 2024 07:27:28 +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 10C26343005 for ; Sun, 18 Feb 2024 07:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0FA61065 for ; Sun, 18 Feb 2024 07:27:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1708241243.a650264aa1add802a63dcbda4d64843c4902ae4c.juippis@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.4.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a650264aa1add802a63dcbda4d64843c4902ae4c X-VCS-Branch: master Date: Sun, 18 Feb 2024 07:27:25 +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: 0173ef3c-d9fd-4700-b882-32ba075a6554 X-Archives-Hash: 2acfb1834e32a5b42cb8329f4cc20bb9 commit: a650264aa1add802a63dcbda4d64843c4902ae4c Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 18 07:26:55 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 18 07:27:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650264a www-apps/gitea: Stabilize 1.21.4 amd64, #924840 Signed-off-by: Joonas Niilola gentoo.org> www-apps/gitea/gitea-1.21.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.21.4.ebuild b/www-apps/gitea/gitea-1.21.4.ebuild index 76564afb3f18..ee8296e5ad7f 100644 --- a/www-apps/gitea/gitea-1.21.4.ebuild +++ b/www-apps/gitea/gitea-1.21.4.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 ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}"