Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/
Date: Thu, 26 Apr 2018 09:44:08
Message-Id: 1524735824.3a6ebc32b7473584fb482674f3c12c9c38c98b45.zlogene@gentoo
1 commit: 3a6ebc32b7473584fb482674f3c12c9c38c98b45
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 09:43:44 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 09:43:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6ebc32
7
8 dev-vcs/tig: arm stable wrt bug #651226
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-vcs/tig/tig-2.3.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/tig/tig-2.3.3.ebuild b/dev-vcs/tig/tig-2.3.3.ebuild
16 index cb8264633db..139284ad854 100644
17 --- a/dev-vcs/tig/tig-2.3.3.ebuild
18 +++ b/dev-vcs/tig/tig-2.3.3.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3 autotools
21 else
22 SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
24 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
25 fi
26
27 DESCRIPTION="text mode interface for git"