diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-16 08:53:16 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-16 08:53:29 -0400 |
commit | 51ec6c6f86cb3ca9e44d5f659e483914cad40976 (patch) | |
tree | d99c5b1afcdc8330ccd10dd3faeb2b9e5dfe7f3e /app-portage | |
parent | */*: Drop python3_4 from PYTHON_COMPAT (diff) | |
download | gentoo-51ec6c6f86cb3ca9e44d5f659e483914cad40976.tar.gz gentoo-51ec6c6f86cb3ca9e44d5f659e483914cad40976.tar.bz2 gentoo-51ec6c6f86cb3ca9e44d5f659e483914cad40976.zip |
app-portage/grs: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/grs/grs-0.7.ebuild | 4 | ||||
-rw-r--r-- | 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 c5876bba4ff5..98382fcfced7 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 a983fe56c126..45d0b216ac75 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 c741dcba3eaa..5eb3c1dde860 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" |