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 3A567138359 for ; Fri, 21 Aug 2020 22:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F1E2E0819; Fri, 21 Aug 2020 22:05:39 +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 42BA8E0805 for ; Fri, 21 Aug 2020 22:05:39 +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 C39A5335D29 for ; Fri, 21 Aug 2020 22:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 373EF2D1 for ; Fri, 21 Aug 2020 22:05:36 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1598047410.864ff88410a63a72db01b4e38960524bf6476dde.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/reptyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/reptyr/reptyr-0.7.0.ebuild X-VCS-Directories: app-misc/reptyr/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 864ff88410a63a72db01b4e38960524bf6476dde X-VCS-Branch: master Date: Fri, 21 Aug 2020 22:05:36 +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: c7d6f7ff-952e-4942-9d04-09331b2e8bf0 X-Archives-Hash: 02ded12f76c377e67ba3fabfb75efdf2 commit: 864ff88410a63a72db01b4e38960524bf6476dde Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 21 21:44:36 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 21 22:03:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864ff884 app-misc/reptyr: add ~arm64 keyword to 0.7.0 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-misc/reptyr/reptyr-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/reptyr/reptyr-0.7.0.ebuild b/app-misc/reptyr/reptyr-0.7.0.ebuild index 4b6afb00c2b..d6e4db1d9cc 100644 --- a/app-misc/reptyr/reptyr-0.7.0.ebuild +++ b/app-misc/reptyr/reptyr-0.7.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 @@ SRC_URI="https://github.com/nelhage/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" RESTRICT="test"