commit: 983b7022b19a5021b89ef0a5cbd2146e9f9c945f Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu> AuthorDate: Fri Nov 9 22:02:19 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 18 03:29:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983b7022
www-apps/gitea: Add ~arm64 keyword Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> www-apps/gitea/gitea-1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.7.4.ebuild b/www-apps/gitea/gitea-1.7.4.ebuild index 6508562a68b..994f2a9b90c 100644 --- a/www-apps/gitea/gitea-1.7.4.ebuild +++ b/www-apps/gitea/gitea-1.7.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit golang-build golang-vcs-snapshot systemd user EGO_PN="code.gitea.io/gitea" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~arm64" DESCRIPTION="A painless self-hosted Git service, written in Go" HOMEPAGE="https://github.com/go-gitea/gitea"
