From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1432932-garchives=archives.gentoo.org@lists.gentoo.org>
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 D118B158095
	for <garchives@archives.gentoo.org>; Fri,  2 Sep 2022 15:14:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 215CAE09B4;
	Fri,  2 Sep 2022 15:14:41 +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 0864EE09B4
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2022 15:14:41 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 27FEA34101C
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2022 15:14:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E98B576
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Sep 2022 15:14:38 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1662131665.3a3d0111a89efae469b0d7f3414f15a42bf50c05.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild
X-VCS-Directories: dev-perl/Lab-Measurement/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: 3a3d0111a89efae469b0d7f3414f15a42bf50c05
X-VCS-Branch: master
Date: Fri,  2 Sep 2022 15:14:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c1f5f6a3-bb0f-4c83-a36a-9fd077988e93
X-Archives-Hash: b2d17d67e625333ba9a84315acbab6a4

commit:     3a3d0111a89efae469b0d7f3414f15a42bf50c05
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 15:12:26 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 15:14:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3d0111

dev-perl/Lab-Measurement: stable 3.802 for amd64

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild
index 8d6d97c7de14..02500e21d97d 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.802.ebuild
@@ -8,7 +8,7 @@ DIST_EXAMPLES=( "examples/*" )
 if [[ "${PV}" != "9999" ]]; then
 	DIST_VERSION=${PV%.0}
 	DIST_AUTHOR=AKHUETTEL
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	inherit perl-module
 else
 	EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git"