diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-07-11 13:11:10 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-07-11 13:11:36 -0700 |
commit | 712e2d8fb616df289d5d6096765ce772e736f5b4 (patch) | |
tree | ba9cb01bc94105450ceb1079ddd4300ed1a5f51a /dev-vcs | |
parent | sys-apps/irqbalance: Removed old (diff) | |
download | gentoo-712e2d8fb616df289d5d6096765ce772e736f5b4.tar.gz gentoo-712e2d8fb616df289d5d6096765ce772e736f5b4.tar.bz2 gentoo-712e2d8fb616df289d5d6096765ce772e736f5b4.zip |
dev-vcs/tig-2.5.1: Stabilize on amd64 (bug #732290)
Bug: https://bugs.gentoo.org/732290
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/tig-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild index a35315645636..a35b6caf578e 100644 --- a/dev-vcs/tig/tig-2.5.1.ebuild +++ b/dev-vcs/tig/tig-2.5.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools else SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" fi DESCRIPTION="text mode interface for git" |