summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-01-12 13:29:09 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-01-12 13:29:09 +0200
commit0910e90fbfac6837673720b5c64b5bca5cd34a03 (patch)
tree144f42635b983aa9804ae58191d4f0b71877f418
parentmail-mta/exim: Stabilize 4.97.1 amd64, #921844 (diff)
downloadgentoo-0910e90fbfac6837673720b5c64b5bca5cd34a03.tar.gz
gentoo-0910e90fbfac6837673720b5c64b5bca5cd34a03.tar.bz2
gentoo-0910e90fbfac6837673720b5c64b5bca5cd34a03.zip
www-apps/gitea: Stabilize 1.21.2 amd64, #921843
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--www-apps/gitea/gitea-1.21.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/gitea/gitea-1.21.2.ebuild b/www-apps/gitea/gitea-1.21.2.ebuild
index 15ca9f045d07..4f440f06a8fc 100644
--- a/www-apps/gitea/gitea-1.21.2.ebuild
+++ b/www-apps/gitea/gitea-1.21.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016-2023 Gentoo Authors
+# Copyright 2016-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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}"