diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-06-06 22:24:27 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-06-06 22:24:27 +0000 |
commit | 9d49d8c2860eba527644b083f2847323a8cc2ea0 (patch) | |
tree | 2d77e912ee4310e6b3d2edb19a1bee075248f7ad /www-apps | |
parent | www-apps/gitea: add 1.22.0 (diff) | |
download | gentoo-9d49d8c2860eba527644b083f2847323a8cc2ea0.tar.gz gentoo-9d49d8c2860eba527644b083f2847323a8cc2ea0.tar.bz2 gentoo-9d49d8c2860eba527644b083f2847323a8cc2ea0.zip |
www-apps/gitea: Stabilize 1.21.11 amd64, #933701
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.21.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.21.11.ebuild b/www-apps/gitea/gitea-1.21.11.ebuild index 7a37bd3df1e3..df7f876a0823 100644 --- a/www-apps/gitea/gitea-1.21.11.ebuild +++ b/www-apps/gitea/gitea-1.21.11.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 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi S="${WORKDIR}/${PN}-src-${PV}" |