diff options
author | Sam James <sam@gentoo.org> | 2022-07-30 03:32:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 03:32:11 +0100 |
commit | 6487a993e47740f74e4c2def9a8912ae2ac30649 (patch) | |
tree | 655041f1291011f8b897c6e41e1b3f0e2e1847ca /www-apps/gitea | |
parent | dev-java/gson: Stabilize 2.9.0-r2 x86, #862130 (diff) | |
download | gentoo-6487a993e47740f74e4c2def9a8912ae2ac30649.tar.gz gentoo-6487a993e47740f74e4c2def9a8912ae2ac30649.tar.bz2 gentoo-6487a993e47740f74e4c2def9a8912ae2ac30649.zip |
www-apps/gitea: Stabilize 1.16.9 amd64, #861944
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.16.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.16.9.ebuild b/www-apps/gitea/gitea-1.16.9.ebuild index a816c920b1b9..a78f96df3391 100644 --- a/www-apps/gitea/gitea-1.16.9.ebuild +++ b/www-apps/gitea/gitea-1.16.9.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi S="${WORKDIR}" |