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 4B20113835A for ; Fri, 8 May 2020 06:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00075E0885; Fri, 8 May 2020 06:25:25 +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 E063CE0885 for ; Fri, 8 May 2020 06:25:25 +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 1F42334E82D for ; Fri, 8 May 2020 06:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAD05231 for ; Fri, 8 May 2020 06:25:21 +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: <1588919021.eab013c718368c21b51f5bf56710a9711d1cb9f4.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portpeek/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/portpeek/portpeek-2.1.27-r1.ebuild X-VCS-Directories: app-portage/portpeek/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: eab013c718368c21b51f5bf56710a9711d1cb9f4 X-VCS-Branch: master Date: Fri, 8 May 2020 06:25:21 +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: 7a8bbc0b-0d03-4311-b31f-efed9d6d6f1f X-Archives-Hash: f2afa75551f6563eb7a2a0558a7c682e commit: eab013c718368c21b51f5bf56710a9711d1cb9f4 Author: Sam James (sam_c) cmpct info> AuthorDate: Thu May 21 10:41:27 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri May 8 06:23:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab013c7 app-portage/portpeek: arm64 keyworded (bug #721538) 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> app-portage/portpeek/portpeek-2.1.27-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/portpeek/portpeek-2.1.27-r1.ebuild b/app-portage/portpeek/portpeek-2.1.27-r1.ebuild index 77591f2240e..2a069cb9b3a 100644 --- a/app-portage/portpeek/portpeek-2.1.27-r1.ebuild +++ b/app-portage/portpeek/portpeek-2.1.27-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.mpagano.com/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86" +KEYWORDS="amd64 arm ~arm64 ppc sparc x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"