Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Thu, 18 Apr 2019 03:30:26
Message-Id: 1555558195.983b7022b19a5021b89ef0a5cbd2146e9f9c945f.bman@gentoo
1 commit: 983b7022b19a5021b89ef0a5cbd2146e9f9c945f
2 Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
3 AuthorDate: Fri Nov 9 22:02:19 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 03:29:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983b7022
7
8 www-apps/gitea: Add ~arm64 keyword
9
10 Signed-off-by: Andrius Štikonas <andrius <AT> stikonas.eu>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 www-apps/gitea/gitea-1.7.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-apps/gitea/gitea-1.7.4.ebuild b/www-apps/gitea/gitea-1.7.4.ebuild
17 index 6508562a68b..994f2a9b90c 100644
18 --- a/www-apps/gitea/gitea-1.7.4.ebuild
19 +++ b/www-apps/gitea/gitea-1.7.4.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21 inherit golang-build golang-vcs-snapshot systemd user
22
23 EGO_PN="code.gitea.io/gitea"
24 -KEYWORDS="~amd64 ~arm"
25 +KEYWORDS="~amd64 ~arm ~arm64"
26
27 DESCRIPTION="A painless self-hosted Git service, written in Go"
28 HOMEPAGE="https://github.com/go-gitea/gitea"