From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6B04139085 for ; Thu, 29 Dec 2016 23:48:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33119234A36; Thu, 29 Dec 2016 23:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1181F234A36 for ; Thu, 29 Dec 2016 23:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34E5B34167F for ; Thu, 29 Dec 2016 23:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EECC524E0 for ; Thu, 29 Dec 2016 23:48:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1483055281.583cf6f6f09c35483f5c5116b07cb8cdd521c429.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/gitea/gitea-1.0.0-r2.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 583cf6f6f09c35483f5c5116b07cb8cdd521c429 X-VCS-Branch: master Date: Thu, 29 Dec 2016 23:48:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f0defb07-1356-4706-b709-ac1c229a0803 X-Archives-Hash: 8073acaaf882bf37ae9c0143aeae5fd6 commit: 583cf6f6f09c35483f5c5116b07cb8cdd521c429 Author: Manuel Rüger gentoo org> AuthorDate: Thu Dec 29 23:48:01 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Dec 29 23:48:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583cf6f6 www-apps/gitea: Add ~arm keyword Based on testing by Andrius Štikonas on Odroid-U2 Gentoo-Bug: #603746 Package-Manager: portage-2.3.3 www-apps/gitea/gitea-1.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/gitea/gitea-1.0.0-r2.ebuild b/www-apps/gitea/gitea-1.0.0-r2.ebuild index 4313b98..8b68119 100644 --- a/www-apps/gitea/gitea-1.0.0-r2.ebuild +++ b/www-apps/gitea/gitea-1.0.0-r2.ebuild @@ -8,7 +8,7 @@ inherit user golang-build golang-vcs-snapshot EGO_PN="code.gitea.io/gitea/..." EGIT_COMMIT="6aacf4d2f09631359b99df562b4bf31dcef44ea3" ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" DESCRIPTION="A painless self-hosted Git service, written in Go" HOMEPAGE="https://github.com/go-gitea/gitea"