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 516EF158086 for ; Sun, 5 Dec 2021 20:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D738E2BC006; Sun, 5 Dec 2021 20:36:38 +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 775B32BC002 for ; Sun, 5 Dec 2021 20:36:38 +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 8EF46342D82 for ; Sun, 5 Dec 2021 20:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9163B213 for ; Sun, 5 Dec 2021 20:36:34 +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: <1638736583.03d3e51cc6b3dcb6cee58bd3faa481c7c17e7e9c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Levenshtein/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild X-VCS-Directories: dev-perl/Text-Levenshtein/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 03d3e51cc6b3dcb6cee58bd3faa481c7c17e7e9c X-VCS-Branch: master Date: Sun, 5 Dec 2021 20:36:34 +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: baed7210-6112-4712-9530-a11a0cab33f8 X-Archives-Hash: 4993b6ad967bb42dae43d9fd7a31b9ae commit: 03d3e51cc6b3dcb6cee58bd3faa481c7c17e7e9c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 5 20:35:59 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 5 20:36:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d3e51c dev-perl/Text-Levenshtein: Stabilize 0.140.0 sparc, #828209 Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild index 6c3ee4542aa9..2f48e1d8ac97 100644 --- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.140.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="An implementation of the Levenshtein edit distance" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" RDEPEND=" virtual/perl-Carp