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 E8F8413835A for ; Wed, 5 Aug 2020 01:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F23ACE0824; Wed, 5 Aug 2020 01:03:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC407E0824 for ; Wed, 5 Aug 2020 01:03:36 +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 77FAD34F0E0 for ; Wed, 5 Aug 2020 01:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DE5308 for ; Wed, 5 Aug 2020 01:03:33 +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: <1596589404.506bc3f9f19fa6bd909dbbd8f5c30befd99d8de1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-TableParser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild X-VCS-Directories: dev-perl/HTML-TableParser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 506bc3f9f19fa6bd909dbbd8f5c30befd99d8de1 X-VCS-Branch: master Date: Wed, 5 Aug 2020 01:03:33 +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: a53bd1ef-5860-49a4-a9f3-974bb9487515 X-Archives-Hash: fc2ce3e1f05f8a0ed3dde1312f62c74a commit: 506bc3f9f19fa6bd909dbbd8f5c30befd99d8de1 Author: Sam James gentoo org> AuthorDate: Wed Aug 5 01:03:24 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 5 01:03:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506bc3f9 dev-perl/HTML-TableParser: arm64 keyworded (bug #734838) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild b/dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild index bb5fb4f388a..328fd43b504 100644 --- a/dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild +++ b/dev-perl/HTML-TableParser/HTML-TableParser-0.420.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ DESCRIPTION="Extract data from an HTML table" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )"