commit: fa3da2030b49deae191b9b08accc3d780f49125c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 00:37:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 00:37:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3da203
www-apps/gitea: Stabilize 1.20.4 amd64, #914106
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apps/gitea/gitea-1.20.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}"