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 4E7A0138336 for ; Tue, 11 Dec 2018 07:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 005B0E08CE; Tue, 11 Dec 2018 07:51:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C6CF9E08CE for ; Tue, 11 Dec 2018 07:51:39 +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 5A0EF335C6F for ; Tue, 11 Dec 2018 07:51:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B30AF4E2 for ; Tue, 11 Dec 2018 07:51:35 +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: <1544514532.2bb6f9a65db577b0542dd8d98743585898ec378b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ranger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ranger/ranger-1.9.2.ebuild X-VCS-Directories: app-misc/ranger/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2bb6f9a65db577b0542dd8d98743585898ec378b X-VCS-Branch: master Date: Tue, 11 Dec 2018 07:51:35 +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: 74e092ba-ed07-455a-ae71-047054af0ab1 X-Archives-Hash: 9a5320bb6103b6cfe66d89768f03cbf3 commit: 2bb6f9a65db577b0542dd8d98743585898ec378b Author: Tim Harder gentoo org> AuthorDate: Tue Dec 11 07:44:47 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Dec 11 07:48:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb6f9a6 app-misc/ranger: stabilize 1.9.2 Closes: https://bugs.gentoo.org/672400 Signed-off-by: Tim Harder gentoo.org> app-misc/ranger/ranger-1.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ranger/ranger-1.9.2.ebuild b/app-misc/ranger/ranger-1.9.2.ebuild index b6c3b9b08aa..07f8d5c9546 100644 --- a/app-misc/ranger/ranger-1.9.2.ebuild +++ b/app-misc/ranger/ranger-1.9.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" fi DESCRIPTION="A vim-inspired file manager for the console"