Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/
Date: Wed, 05 Apr 2017 13:45:23
Message-Id: 1491399889.a53d38b664404279e6c93cac4f854e0771187611.xmw@gentoo
1 commit: a53d38b664404279e6c93cac4f854e0771187611
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 13:44:49 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 13:44:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53d38b6
7
8 www-apps/cgit: add ~arm keyword (bug 604324)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 www-apps/cgit/cgit-0.12.ebuild | 4 ++--
14 www-apps/cgit/cgit-1.1.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-apps/cgit/cgit-0.12.ebuild b/www-apps/cgit/cgit-0.12.ebuild
18 index a44fa6ef06e..443d7f856dc 100644
19 --- a/www-apps/cgit/cgit-0.12.ebuild
20 +++ b/www-apps/cgit/cgit-0.12.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~arm x86"
33 IUSE="doc +highlight +lua +jit"
34
35 RDEPEND="
36
37 diff --git a/www-apps/cgit/cgit-1.1.ebuild b/www-apps/cgit/cgit-1.1.ebuild
38 index d399333eb3a..cd69e657df2 100644
39 --- a/www-apps/cgit/cgit-1.1.ebuild
40 +++ b/www-apps/cgit/cgit-1.1.ebuild
41 @@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 +KEYWORDS="~amd64 ~arm ~x86"
47 IUSE="doc +highlight +lua +jit"
48
49 RDEPEND="