diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 01:37:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 01:37:27 +0100 |
commit | fa3da2030b49deae191b9b08accc3d780f49125c (patch) | |
tree | bc661b2d8aa57bc7af9d5910e868d849f25af4fb /www-apps | |
parent | dev-util/ruff: add 0.0.290, drop 0.0.289 (diff) | |
download | gentoo-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>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.20.4.ebuild | 2 |
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}" |