diff options
author | Sam James <sam@gentoo.org> | 2023-04-17 10:34:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-17 10:34:44 +0100 |
commit | b20878cb7e92e6bbb1bc7cb0b2d0051cfa3c0b73 (patch) | |
tree | ff5e5388e3c191eb1a87686e70cf3df15245982f /www-apps/gitea | |
parent | dev-ruby/introspection: Stabilize 0.0.4-r2 amd64, #904431 (diff) | |
download | gentoo-b20878cb7e92e6bbb1bc7cb0b2d0051cfa3c0b73.tar.gz gentoo-b20878cb7e92e6bbb1bc7cb0b2d0051cfa3c0b73.tar.bz2 gentoo-b20878cb7e92e6bbb1bc7cb0b2d0051cfa3c0b73.zip |
www-apps/gitea: Stabilize 1.19.1 amd64, #904434
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/gitea-1.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.19.1.ebuild b/www-apps/gitea/gitea-1.19.1.ebuild index 14e3dc8458e3..c317c8a02e52 100644 --- a/www-apps/gitea/gitea-1.19.1.ebuild +++ b/www-apps/gitea/gitea-1.19.1.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}" |