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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67812158087 for ; Thu, 20 Jan 2022 07:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F048C2BC002; Thu, 20 Jan 2022 07:22:18 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 837922BC002 for ; Thu, 20 Jan 2022 07:22:15 +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 2B79A34328B for ; Thu, 20 Jan 2022 07:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869FD24E for ; Thu, 20 Jan 2022 07:22:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1642663330.55469ecdd092409cebe3d45cfa60f0b42ec01105.ago@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.45.2-r1.ebuild X-VCS-Directories: app-misc/rlwrap/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 55469ecdd092409cebe3d45cfa60f0b42ec01105 X-VCS-Branch: master Date: Thu, 20 Jan 2022 07:22:12 +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: 914d4093-adcd-46b5-8845-11b24ec51328 X-Archives-Hash: 337fae3dfe7b0afbba4d90e0ab18ae6f commit: 55469ecdd092409cebe3d45cfa60f0b42ec01105 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jan 20 07:22:10 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jan 20 07:22:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55469ecd app-misc/rlwrap: amd64 stable wrt bug #831516 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild b/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild index c981173038ec..9e0472eb2b56 100644 --- a/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild +++ b/app-misc/rlwrap/rlwrap-0.45.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hanslub42/${PN}/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug" RDEPEND="sys-libs/ncurses:=