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 1ECEC1396D0 for ; Fri, 18 Aug 2017 21:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F76E0DC4; Fri, 18 Aug 2017 21:39:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C5F8E0DC4 for ; Fri, 18 Aug 2017 21:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB7F73419F1 for ; Fri, 18 Aug 2017 21:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F5797A71 for ; Fri, 18 Aug 2017 21:39:19 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503092347.f7e8fa5b4c16e17c7f49e8c1d00e1aaadb6f32b2.radhermit@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.2.2.ebuild X-VCS-Directories: dev-vcs/tig/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f7e8fa5b4c16e17c7f49e8c1d00e1aaadb6f32b2 X-VCS-Branch: master Date: Fri, 18 Aug 2017 21:39:19 +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-Archives-Salt: fe418f5b-3dcc-449f-88e8-346e78a5f0fa X-Archives-Hash: 48eb1e778d5c7cbd5475e80ca34ad054 commit: f7e8fa5b4c16e17c7f49e8c1d00e1aaadb6f32b2 Author: Tim Harder gentoo org> AuthorDate: Fri Aug 18 15:36:41 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 18 21:39:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e8fa5b dev-vcs/tig: stabilize 2.2.2 dev-vcs/tig/tig-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tig/tig-2.2.2.ebuild b/dev-vcs/tig/tig-2.2.2.ebuild index 6e50ecf1bf1..04cf7cfbec0 100644 --- a/dev-vcs/tig/tig-2.2.2.ebuild +++ b/dev-vcs/tig/tig-2.2.2.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 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" fi DESCRIPTION="text mode interface for git"