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 6418813835E for ; Wed, 2 Jun 2021 16:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF23E088B; Wed, 2 Jun 2021 16:45:04 +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 EE308E088A for ; Wed, 2 Jun 2021 16:45:03 +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 4EEE833BE54 for ; Wed, 2 Jun 2021 16:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 687E77A5 for ; Wed, 2 Jun 2021 16:44:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622652135.9b741a23144848ba2511c7b0d5b840fa634a5bfb.sam@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.3.ebuild X-VCS-Directories: app-misc/ranger/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b741a23144848ba2511c7b0d5b840fa634a5bfb X-VCS-Branch: master Date: Wed, 2 Jun 2021 16:44:59 +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: a3ea6a84-9b8d-4218-b115-fe5ca76801b2 X-Archives-Hash: 3844b1017b92ad035d392fbb81242f02 commit: 9b741a23144848ba2511c7b0d5b840fa634a5bfb Author: Sam James gentoo org> AuthorDate: Wed Jun 2 16:42:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 2 16:42:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b741a23 app-misc/ranger: Stabilize 1.9.3 amd64, #793308 Signed-off-by: Sam James gentoo.org> app-misc/ranger/ranger-1.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild index 786750d7f64..a9817fa64ce 100644 --- a/app-misc/ranger/ranger-1.9.3.ebuild +++ b/app-misc/ranger/ranger-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"