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 4960B15800D for ; Sat, 8 Jul 2023 04:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95418E0798; Sat, 8 Jul 2023 04:18:39 +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 75563E0798 for ; Sat, 8 Jul 2023 04:18:39 +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 46D85340E1E for ; Sat, 8 Jul 2023 04:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8047AAC6 for ; Sat, 8 Jul 2023 04:18:36 +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: <1688789908.1576eeef03ac3a3f7f95ed8f404764225185a2a9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Natural/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild X-VCS-Directories: dev-perl/DateTime-Format-Natural/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1576eeef03ac3a3f7f95ed8f404764225185a2a9 X-VCS-Branch: master Date: Sat, 8 Jul 2023 04:18:36 +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: e8878c20-00dc-4fd9-a9ed-8b73946a765b X-Archives-Hash: f7fb759d35b9498deaf5ab4495813a52 commit: 1576eeef03ac3a3f7f95ed8f404764225185a2a9 Author: Sam James gentoo org> AuthorDate: Sat Jul 8 04:16:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 8 04:18:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1576eeef dev-perl/DateTime-Format-Natural: fix dependencies See also 6448143c43da1c09bebe80fc425b088666018279. Signed-off-by: Sam James gentoo.org> ...ural-1.170.0.ebuild => DateTime-Format-Natural-1.170.0-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild similarity index 88% rename from dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild rename to dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild index 3fd35fc162c0..a7ef66acfe3f 100644 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0.ebuild +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.170.0-r1.ebuild @@ -10,13 +10,14 @@ inherit perl-module DESCRIPTION="Parse informal natural language date/time strings" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" RDEPEND=" virtual/perl-Carp dev-perl/Clone dev-perl/Date-Calc dev-perl/DateTime + dev-perl/DateTime-HiRes dev-perl/DateTime-TimeZone virtual/perl-Exporter virtual/perl-Getopt-Long @@ -32,7 +33,7 @@ BDEPEND=" >=dev-perl/Module-Build-0.420.0 test? ( dev-perl/Module-Util - dev-perl/Test-MockTime + dev-perl/Test-MockTime-HiRes virtual/perl-Test-Simple ) "