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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10B44158041 for ; Tue, 2 Apr 2024 05:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD1BE2A6D; Tue, 2 Apr 2024 05:55:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96142E2A6D for ; Tue, 2 Apr 2024 05:55:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7BCF34307A for ; Tue, 2 Apr 2024 05:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3685CEA7 for ; Tue, 2 Apr 2024 05:55:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712037294.d81efec05c7c3a63374c08400335c47bb9747b4e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/nnn/nnn-4.9.ebuild X-VCS-Directories: app-misc/nnn/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d81efec05c7c3a63374c08400335c47bb9747b4e X-VCS-Branch: master Date: Tue, 2 Apr 2024 05:55:03 +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: 6dfa55bc-8684-44d6-95e5-9a04fa3b2694 X-Archives-Hash: edc866c417c117abeff6193fb2fb0738 commit: d81efec05c7c3a63374c08400335c47bb9747b4e Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 2 05:54:54 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 2 05:54:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81efec0 app-misc/nnn: Stabilize 4.9 amd64, #928378 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/nnn/nnn-4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/nnn/nnn-4.9.ebuild b/app-misc/nnn/nnn-4.9.ebuild index 1650a6587547..d1b0981e38a6 100644 --- a/app-misc/nnn/nnn-4.9.ebuild +++ b/app-misc/nnn/nnn-4.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jarun/nnn/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="8contexts colemak emoji gitstatus icons namefirst nerdfonts pcre qsort +readline restorepreview" DEPEND="sys-libs/ncurses:=