diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 18:42:11 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-26 19:40:46 +0100 |
commit | b7040722b0ddd45e7fe373e3eb785724aa19970a (patch) | |
tree | 72eeabe18ef0289769b379d8f696b829eef26392 /dev-ruby/hocon | |
parent | dev-cpp/cpp-hocon-0.3.0-r1: marked ~arm64 (diff) | |
download | gentoo-b7040722b0ddd45e7fe373e3eb785724aa19970a.tar.gz gentoo-b7040722b0ddd45e7fe373e3eb785724aa19970a.tar.bz2 gentoo-b7040722b0ddd45e7fe373e3eb785724aa19970a.zip |
dev-ruby/hocon-1.3.1-r1: 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/hocon')
-rw-r--r-- | dev-ruby/hocon/hocon-1.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hocon/hocon-1.3.1-r1.ebuild b/dev-ruby/hocon/hocon-1.3.1-r1.ebuild index c735fb3f900f..0781811d1c4c 100644 --- a/dev-ruby/hocon/hocon-1.3.1-r1.ebuild +++ b/dev-ruby/hocon/hocon-1.3.1-r1.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=8 @@ -21,4 +21,4 @@ RUBY_S="ruby-hocon-${PV}" LICENSE="Apache-2.0" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" |