Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Thu, 29 Dec 2016 23:48:30
Message-Id: 1483055281.583cf6f6f09c35483f5c5116b07cb8cdd521c429.mrueg@gentoo
1 commit: 583cf6f6f09c35483f5c5116b07cb8cdd521c429
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 23:48:01 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 23:48:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cf6f6
7
8 www-apps/gitea: Add ~arm keyword
9
10 Based on testing by Andrius Štikonas on Odroid-U2
11
12 Gentoo-Bug: #603746
13
14 Package-Manager: portage-2.3.3
15
16 www-apps/gitea/gitea-1.0.0-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/www-apps/gitea/gitea-1.0.0-r2.ebuild b/www-apps/gitea/gitea-1.0.0-r2.ebuild
20 index 4313b98..8b68119 100644
21 --- a/www-apps/gitea/gitea-1.0.0-r2.ebuild
22 +++ b/www-apps/gitea/gitea-1.0.0-r2.ebuild
23 @@ -8,7 +8,7 @@ inherit user golang-build golang-vcs-snapshot
24 EGO_PN="code.gitea.io/gitea/..."
25 EGIT_COMMIT="6aacf4d2f09631359b99df562b4bf31dcef44ea3"
26 ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
27 -KEYWORDS="~amd64"
28 +KEYWORDS="~amd64 ~arm"
29
30 DESCRIPTION="A painless self-hosted Git service, written in Go"
31 HOMEPAGE="https://github.com/go-gitea/gitea"