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 13CD315800A for ; Wed, 2 Aug 2023 13:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C4DE0D0A; Wed, 2 Aug 2023 13:20:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ED8DE0D0A for ; Wed, 2 Aug 2023 13:20:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 271223406BF for ; Wed, 2 Aug 2023 13:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E682EBB for ; Wed, 2 Aug 2023 13:19:56 +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: <1690982327.96f8340bb17f3a30ca805b44e1635f5f933e9673.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-ReadLine-Gnu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild X-VCS-Directories: dev-perl/Term-ReadLine-Gnu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96f8340bb17f3a30ca805b44e1635f5f933e9673 X-VCS-Branch: master Date: Wed, 2 Aug 2023 13:19:56 +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: c672dadd-4791-44ab-93d4-44c969fe6896 X-Archives-Hash: d9f09b707ca41d520b44b653517ed302 commit: 96f8340bb17f3a30ca805b44e1635f5f933e9673 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 13:18:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 13:18:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f8340b dev-perl/Term-ReadLine-Gnu: Stabilize 1.450.0 sparc, #910773 Signed-off-by: Sam James gentoo.org> dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild index b6ed043a3640..3c63f56cd7bd 100644 --- a/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild +++ b/dev-perl/Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.450.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for the GNU Readline/History Library" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" >=sys-libs/readline-6.2:=