From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73FFD158088 for ; Wed, 22 Oct 2025 15:44:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5F9EF341116 for ; Wed, 22 Oct 2025 15:44:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E438F110574; Wed, 22 Oct 2025 15:44:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DEAC5110574 for ; Wed, 22 Oct 2025 15:44:45 +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 97BC7340F15 for ; Wed, 22 Oct 2025 15:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0442B3B5F for ; Wed, 22 Oct 2025 15:44:44 +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: <1761147525.b0cb5833a1ce9cb0e52ebb8051ad33e685d26433.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rlwrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rlwrap/rlwrap-0.47.1.ebuild X-VCS-Directories: app-misc/rlwrap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0cb5833a1ce9cb0e52ebb8051ad33e685d26433 X-VCS-Branch: master Date: Wed, 22 Oct 2025 15:44:44 +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: 7c37e017-86af-4473-b72d-daf2199beb18 X-Archives-Hash: ab40650f9da64a59b1bf130547a3922c commit: b0cb5833a1ce9cb0e52ebb8051ad33e685d26433 Author: Sam James gentoo org> AuthorDate: Wed Oct 22 15:38:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 22 15:38:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cb5833 app-misc/rlwrap: Stabilize 0.47.1 amd64, #964948 Signed-off-by: Sam James gentoo.org> app-misc/rlwrap/rlwrap-0.47.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rlwrap/rlwrap-0.47.1.ebuild b/app-misc/rlwrap/rlwrap-0.47.1.ebuild index 92088625f8fd..5da18322ba10 100644 --- a/app-misc/rlwrap/rlwrap-0.47.1.ebuild +++ b/app-misc/rlwrap/rlwrap-0.47.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/v${PV}/${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" # We always depend on dev-libs/libptytty as while it's technically optional