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 CD3DB138359 for ; Fri, 21 Aug 2020 22:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8890CE081B; Fri, 21 Aug 2020 22:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B7CE0805 for ; Fri, 21 Aug 2020 22:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06E16335D44 for ; Fri, 21 Aug 2020 22:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C51932C for ; Fri, 21 Aug 2020 22:05:36 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1598047416.46160953de96f3d317c19db846544f0c1a913ea9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tig/tig-2.5.1.ebuild X-VCS-Directories: dev-vcs/tig/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 46160953de96f3d317c19db846544f0c1a913ea9 X-VCS-Branch: master Date: Fri, 21 Aug 2020 22:05:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 676185cf-d551-4852-9ffb-6756925849b3 X-Archives-Hash: 9e9144e05d8dc3e21aa683debaf4ec2b commit: 46160953de96f3d317c19db846544f0c1a913ea9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 21 21:50:12 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 21 22:03:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46160953 dev-vcs/tig: 2.5.1 arm64 stable Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-vcs/tig/tig-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild index 1cf9e0c8951..38e6f4d96b6 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"