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 E2B4415800D for ; Wed, 5 Jul 2023 16:30:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B404CE0886; Wed, 5 Jul 2023 16:30:06 +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 975D3E0886 for ; Wed, 5 Jul 2023 16:30:06 +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 58D1D335D73 for ; Wed, 5 Jul 2023 16:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83380137 for ; Wed, 5 Jul 2023 16:30:02 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1688574588.66c795b6e1b71e55ac60cad3f254735698e65322.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-HiRes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild X-VCS-Directories: dev-perl/DateTime-HiRes/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 66c795b6e1b71e55ac60cad3f254735698e65322 X-VCS-Branch: master Date: Wed, 5 Jul 2023 16:30:02 +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: b5d1ac00-7ee3-43c3-8c92-0b5b95eba633 X-Archives-Hash: 528c10fb7953fe691f83e4e26e3c6be5 commit: 66c795b6e1b71e55ac60cad3f254735698e65322 Author: Matoro Mahri users noreply github com> AuthorDate: Wed Jul 5 15:33:07 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jul 5 16:29:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c795b6 dev-perl/DateTime-HiRes: Keyword 0.40.0 alpha, #909353 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Viorel Munteanu gentoo.org> dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild b/dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild index f2dc7ceaca06..37d808651f3c 100644 --- a/dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild +++ b/dev-perl/DateTime-HiRes/DateTime-HiRes-0.40.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Create DateTime objects with sub-second current time resolution" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~loong ~ppc ~riscv ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"