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 3759715800A for ; Tue, 1 Aug 2023 06:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704E3E0D20; Tue, 1 Aug 2023 06:46:55 +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 5A1FCE0D20 for ; Tue, 1 Aug 2023 06:46:55 +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 1C0FE335CE3 for ; Tue, 1 Aug 2023 06:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 790F4A9B for ; Tue, 1 Aug 2023 06:46:52 +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: <1690872402.b9cbca9e8d0278116783072392381fa85ea5e61a.sam@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.8.ebuild X-VCS-Directories: app-misc/nnn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9cbca9e8d0278116783072392381fa85ea5e61a X-VCS-Branch: master Date: Tue, 1 Aug 2023 06:46:52 +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: 2c9ecf49-de8b-477f-b325-2b4c089ca287 X-Archives-Hash: 460ca34800b30f9253ecf57a13259cc1 commit: b9cbca9e8d0278116783072392381fa85ea5e61a Author: Sam James gentoo org> AuthorDate: Tue Aug 1 06:46:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 06:46:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cbca9e app-misc/nnn: Stabilize 4.8 amd64, #911521 Signed-off-by: Sam James gentoo.org> app-misc/nnn/nnn-4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/nnn/nnn-4.8.ebuild b/app-misc/nnn/nnn-4.8.ebuild index 3666ef82e251..c4e9d82febc1 100644 --- a/app-misc/nnn/nnn-4.8.ebuild +++ b/app-misc/nnn/nnn-4.8.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 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="8contexts colemak colemak-dh emoji gitstatus icons namefirst nerdfonts pcre qsort +readline restorepreview" DEPEND="sys-libs/ncurses:=