diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-29 16:45:38 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-29 16:45:38 +0000 |
commit | dc06ecf842ceca4d1ca2c6815d3842a3c9131db1 (patch) | |
tree | 0ccc511fe0919b820c81623832c71004f5fa6c14 /www-apps/gitea | |
parent | dev-python/zstandard: Stabilize 0.22.0 ppc64, #918844 (diff) | |
download | gentoo-dc06ecf842ceca4d1ca2c6815d3842a3c9131db1.tar.gz gentoo-dc06ecf842ceca4d1ca2c6815d3842a3c9131db1.tar.bz2 gentoo-dc06ecf842ceca4d1ca2c6815d3842a3c9131db1.zip |
www-apps/gitea: Stabilize 1.20.6 amd64, #918854
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.20.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.20.6.ebuild b/www-apps/gitea/gitea-1.20.6.ebuild index 907a990c4862..528d3b3a10f7 100644 --- a/www-apps/gitea/gitea-1.20.6.ebuild +++ b/www-apps/gitea/gitea-1.20.6.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}" |