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: Tue, 23 Apr 2019 17:36:29
Message-Id: 1556040898.0cadaff0571ed8a14222562108ef6cd648e23552.bman@gentoo
1 commit: 0cadaff0571ed8a14222562108ef6cd648e23552
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 17:34:58 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 17:34:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cadaff0
7
8 www-apps/gitea: arm64 keyworded
9
10 Closes: https://bugs.gentoo.org/684166
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 www-apps/gitea/gitea-1.8.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-apps/gitea/gitea-1.8.0.ebuild b/www-apps/gitea/gitea-1.8.0.ebuild
18 index f62591346a4..7905bbf3153 100644
19 --- a/www-apps/gitea/gitea-1.8.0.ebuild
20 +++ b/www-apps/gitea/gitea-1.8.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22 inherit golang-vcs-snapshot systemd user
23
24 EGO_PN="code.gitea.io/gitea"
25 -KEYWORDS="~amd64 ~arm"
26 +KEYWORDS="~amd64 ~arm ~arm64"
27
28 DESCRIPTION="A painless self-hosted Git service"
29 HOMEPAGE="https://gitea.io"