diff options
author | Andrius Štikonas <andrius@stikonas.eu> | 2018-11-09 22:02:19 +0000 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-17 23:29:55 -0400 |
commit | 983b7022b19a5021b89ef0a5cbd2146e9f9c945f (patch) | |
tree | ebac6049ecb8c17cfab472da1b10e118e095c28f /www-apps | |
parent | dev-go/go-bindata: Add ~arm64 keyword (diff) | |
download | gentoo-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')
-rw-r--r-- | www-apps/gitea/gitea-1.7.4.ebuild | 2 |
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" |