From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1254742-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C63C1382C5 for <garchives@archives.gentoo.org>; Thu, 25 Feb 2021 04:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD448E08FC; Thu, 25 Feb 2021 04:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5FB5E08FC for <gentoo-commits@lists.gentoo.org>; Thu, 25 Feb 2021 04:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CDA6340E27 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Feb 2021 04:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52F874F9 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Feb 2021 04:13:43 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1614226408.bec45daa63929211669eb49eb7ad6d2f6a58eec6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Map/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Map/File-Map-0.670.0.ebuild X-VCS-Directories: dev-perl/File-Map/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bec45daa63929211669eb49eb7ad6d2f6a58eec6 X-VCS-Branch: master Date: Thu, 25 Feb 2021 04:13:43 +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: 7c09c1de-a288-4181-b6a2-cd83f7c44b00 X-Archives-Hash: e702ca507fbe9b8b6b42e6bd1767de02 commit: bec45daa63929211669eb49eb7ad6d2f6a58eec6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 25 04:13:28 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 25 04:13:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec45daa dev-perl/File-Map: Stabilize 0.670.0 arm, #770745 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/File-Map/File-Map-0.670.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/File-Map/File-Map-0.670.0.ebuild b/dev-perl/File-Map/File-Map-0.670.0.ebuild index e99adaf7093..7c650f6fa9d 100644 --- a/dev-perl/File-Map/File-Map-0.670.0.ebuild +++ b/dev-perl/File-Map/File-Map-0.670.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Memory mapping made simple and safe" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"