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 4F58C13835A for ; Wed, 13 May 2020 21:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C315BE0956; Wed, 13 May 2020 21:07: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 5C4F8E0954 for ; Wed, 13 May 2020 21:07:30 +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 0A6A13508CF for ; Wed, 13 May 2020 21:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A4C23F for ; Wed, 13 May 2020 21:07:26 +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: <1589403949.3ad9a4bd4306072ef8a9282d43a42ef4c490f544.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libparserutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild X-VCS-Directories: dev-libs/libparserutils/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3ad9a4bd4306072ef8a9282d43a42ef4c490f544 X-VCS-Branch: master Date: Wed, 13 May 2020 21:07:26 +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: c461f34b-a9ee-44a5-b463-01cdd85c24db X-Archives-Hash: 718dfa99812d1eea722191557446516d commit: 3ad9a4bd4306072ef8a9282d43a42ef4c490f544 Author: Sam James (sam_c) cmpct info> AuthorDate: Wed May 13 04:18:48 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed May 13 21:05:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad9a4bd dev-libs/libparserutils: arm64 keyworded (bug #717232) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild b/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild index 2083bdfe9ea..f14d887ac48 100644 --- a/dev-libs/libparserutils/libparserutils-0.2.4-r1.ebuild +++ b/dev-libs/libparserutils/libparserutils-0.2.4-r1.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~m68k-mint" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~m68k-mint" IUSE="iconv test" RESTRICT="!test? ( test )"