From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 246FA1581FD for ; Sat, 13 Sep 2025 01:30:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0EA6C3415E6 for ; Sat, 13 Sep 2025 01:30:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 045C8110581; Sat, 13 Sep 2025 01:30:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E69B7110580 for ; Sat, 13 Sep 2025 01:30:28 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98818341403 for ; Sat, 13 Sep 2025 01:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B91A39B1 for ; Sat, 13 Sep 2025 01:30:25 +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: <1757726752.861a42f48e93f9d9f06e4eb0c1119b2c0c420637.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild X-VCS-Directories: dev-perl/Test-Manifest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 861a42f48e93f9d9f06e4eb0c1119b2c0c420637 X-VCS-Branch: master Date: Sat, 13 Sep 2025 01:30:25 +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: a2f02b12-d2e8-41c9-86a6-06a3789e7912 X-Archives-Hash: 11db509d8e58829bd2b84c83812591a8 commit: 861a42f48e93f9d9f06e4eb0c1119b2c0c420637 Author: Sam James gentoo org> AuthorDate: Sat Sep 13 01:25:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 13 01:25:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861a42f4 dev-perl/Test-Manifest: Stabilize 2.26.0 amd64, #962673 Signed-off-by: Sam James gentoo.org> dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild index eb2d43ad3d49..eabf3156f4db 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-2.26.0.ebuild @@ -10,5 +10,5 @@ inherit perl-module DESCRIPTION="Interact with a t/test_manifest file" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" LICENSE="Artistic-2"