diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 18:42:53 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 19:40:46 +0100 |
commit | a0bab280d596bda04656bc5606db93620688582f (patch) | |
tree | b0af4e7dd5e904de06b270e9349a5e354a0df44f /dev-ruby/facter | |
parent | dev-ruby/hocon-1.3.1-r1: marked ~arm64 (diff) | |
download | gentoo-a0bab280d596bda04656bc5606db93620688582f.tar.gz gentoo-a0bab280d596bda04656bc5606db93620688582f.tar.bz2 gentoo-a0bab280d596bda04656bc5606db93620688582f.zip |
dev-ruby/facter-3.14.21: marked ~arm64
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/facter-3.14.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/facter/facter-3.14.21.ebuild b/dev-ruby/facter/facter-3.14.21.ebuild index b69eea0e499e..a8b3fb88f65b 100644 --- a/dev-ruby/facter/facter-3.14.21.ebuild +++ b/dev-ruby/facter/facter-3.14.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_BRANCH="master" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi |