summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-16 01:37:27 +0100
committerSam James <sam@gentoo.org>2023-09-16 01:37:27 +0100
commitfa3da2030b49deae191b9b08accc3d780f49125c (patch)
treebc661b2d8aa57bc7af9d5910e868d849f25af4fb
parentdev-util/ruff: add 0.0.290, drop 0.0.289 (diff)
downloadgentoo-fa3da2030b49deae191b9b08accc3d780f49125c.tar.gz
gentoo-fa3da2030b49deae191b9b08accc3d780f49125c.tar.bz2
gentoo-fa3da2030b49deae191b9b08accc3d780f49125c.zip
www-apps/gitea: Stabilize 1.20.4 amd64, #914106
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--www-apps/gitea/gitea-1.20.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.20.4.ebuild b/www-apps/gitea/gitea-1.20.4.ebuild
index 916258630180..d9f75b9674ad 100644
--- a/www-apps/gitea/gitea-1.20.4.ebuild
+++ b/www-apps/gitea/gitea-1.20.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}"