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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C30A138350 for ; Tue, 28 Apr 2020 21:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5124FE081B; Tue, 28 Apr 2020 21:13:32 +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 37659E081B for ; Tue, 28 Apr 2020 21:13:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8668E34EF93 for ; Tue, 28 Apr 2020 21:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1AAD1F9 for ; Tue, 28 Apr 2020 21:13:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1588108356.4310dc57e2df8a8a145f5cb55877e8d108cc8f67.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Netmask/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild X-VCS-Directories: dev-perl/Net-Netmask/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4310dc57e2df8a8a145f5cb55877e8d108cc8f67 X-VCS-Branch: master Date: Tue, 28 Apr 2020 21:13:28 +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: 6622437c-87db-415c-8fda-e30bf5e6a296 X-Archives-Hash: c0787502aa5ec2320919cc49bbba06cb commit: 4310dc57e2df8a8a145f5cb55877e8d108cc8f67 Author: Sam James (sam_c) cmpct info> AuthorDate: Tue Apr 28 21:03:55 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Apr 28 21:12:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4310dc57 dev-perl/Net-Netmask: arm64 keyworded (bug #708772) Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild b/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild index f95bc6f1451..10e415dede3 100644 --- a/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild +++ b/dev-perl/Net-Netmask/Net-Netmask-1.902.200.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse, manipulate and lookup IP network blocks" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker"