summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Štikonas <andrius@stikonas.eu>2018-11-09 22:02:19 +0000
committerAaron Bauman <bman@gentoo.org>2019-04-17 23:29:55 -0400
commit983b7022b19a5021b89ef0a5cbd2146e9f9c945f (patch)
treeebac6049ecb8c17cfab472da1b10e118e095c28f /www-apps/gitea
parentdev-go/go-bindata: Add ~arm64 keyword (diff)
downloadgentoo-983b7022b19a5021b89ef0a5cbd2146e9f9c945f.tar.gz
gentoo-983b7022b19a5021b89ef0a5cbd2146e9f9c945f.tar.bz2
gentoo-983b7022b19a5021b89ef0a5cbd2146e9f9c945f.zip
www-apps/gitea: Add ~arm64 keyword
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r--www-apps/gitea/gitea-1.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.7.4.ebuild b/www-apps/gitea/gitea-1.7.4.ebuild
index 6508562a68bb..994f2a9b90c4 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"