Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/
Date: Tue, 01 Nov 2022 08:26:36
Message-Id: 1667291169.e3e6160d815eaf4f0963e40eb46e059cfd4cff82.ago@gentoo
1 commit: e3e6160d815eaf4f0963e40eb46e059cfd4cff82
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 08:26:09 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 08:26:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e6160d
7
8 dev-vcs/tig: Stabilize 2.5.7 amd64, #878965
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
16 index ad1bf391099b..75d30e1c48ba 100644
17 --- a/dev-vcs/tig/tig-2.5.7.ebuild
18 +++ b/dev-vcs/tig/tig-2.5.7.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 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 fi
26
27 DESCRIPTION="text mode interface for git"