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 3EF86138334 for ; Tue, 16 Apr 2019 12:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B4DE0A98; Tue, 16 Apr 2019 12:54:05 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 A698AE0A98 for ; Tue, 16 Apr 2019 12:53:50 +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 B15A1340F7B for ; Tue, 16 Apr 2019 12:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28CD6570 for ; Tue, 16 Apr 2019 12:53:35 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1555419209.51ec6c6f86cb3ca9e44d5f659e483914cad40976.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.6-r1.ebuild app-portage/grs/grs-0.7.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 51ec6c6f86cb3ca9e44d5f659e483914cad40976 X-VCS-Branch: master Date: Tue, 16 Apr 2019 12:53:35 +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: bcfb0eb2-7d20-413c-a056-c9ff6412fbb8 X-Archives-Hash: c2d5f92fae2c75e35b7d0df1039ef203 commit: 51ec6c6f86cb3ca9e44d5f659e483914cad40976 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Apr 16 12:53:16 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Apr 16 12:53:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ec6c6f app-portage/grs: keyword ~arm64 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-portage/grs/grs-0.6-r1.ebuild | 4 ++-- app-portage/grs/grs-0.7.ebuild | 4 ++-- app-portage/grs/grs-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/grs/grs-0.6-r1.ebuild b/app-portage/grs/grs-0.6-r1.ebuild index c5876bba4ff..98382fcfced 100644 --- a/app-portage/grs/grs-0.6-r1.ebuild +++ b/app-portage/grs/grs-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="amd64 arm x86" + KEYWORDS="amd64 arm ~arm64 x86" fi DESCRIPTION="Suite to build Gentoo Reference Systems" diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index a983fe56c12..45d0b216ac7 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz https://dev.gentoo.org/~blueness/${PN}/${ISO}" - KEYWORDS="amd64 arm x86" + KEYWORDS="amd64 arm ~arm64 x86" fi DESCRIPTION="Suite to build Gentoo Reference Systems" diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index c741dcba3ea..5eb3c1dde86 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz https://dev.gentoo.org/~blueness/${PN}/${ISO}" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Suite to build Gentoo Reference Systems"