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 61A4115815E for ; Fri, 2 Feb 2024 17:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFEDFE2A1E; Fri, 2 Feb 2024 17:51:40 +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 B2D90E2A1E for ; Fri, 2 Feb 2024 17:51:40 +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 CE9083431DA for ; Fri, 2 Feb 2024 17:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B3C14C9 for ; Fri, 2 Feb 2024 17:51:37 +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: <1706896285.00442196ecabeeddbdb7889773913fa5307c2b9a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-RsyncP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild X-VCS-Directories: dev-perl/File-RsyncP/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 00442196ecabeeddbdb7889773913fa5307c2b9a X-VCS-Branch: master Date: Fri, 2 Feb 2024 17:51:37 +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: 13fb3be3-8c45-4e37-ba45-0cd8920e8c17 X-Archives-Hash: 90c12e243eeffe12adb17f7e861c1dae commit: 00442196ecabeeddbdb7889773913fa5307c2b9a Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 2 17:51:25 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 2 17:51:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00442196 dev-perl/File-RsyncP: Stabilize 0.760.0-r2 amd64, #923523 Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild index 8d3388c8f60f..f0cf96b5cbd2 100644 --- a/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild +++ b/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://perlrsync.sourceforge.net/ https://metacpan.org/release/File-R # Bundled files make for some weirdness LICENSE="GPL-3+ GPL-2+ RSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 sparc x86" RDEPEND=" >=virtual/perl-Getopt-Long-2.240.0