diff options
author | 2024-05-30 22:10:15 +0300 | |
---|---|---|
committer | 2024-05-30 22:10:15 +0300 | |
commit | 3d91db76ed0fb9b4192c520fb1c6d10c2e38d8cd (patch) | |
tree | 378a092cb4011e5a5e1907c059469fbf5d7e08c2 /dev-ruby/json/json-2.7.2.ebuild | |
parent | dev-ruby/json: Stabilize 2.7.2 ppc64, #933099 (diff) | |
download | gentoo-3d91db76ed0fb9b4192c520fb1c6d10c2e38d8cd.tar.gz gentoo-3d91db76ed0fb9b4192c520fb1c6d10c2e38d8cd.tar.bz2 gentoo-3d91db76ed0fb9b4192c520fb1c6d10c2e38d8cd.zip |
dev-ruby/json: Stabilize 2.7.2 arm64, #933099
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/json/json-2.7.2.ebuild')
-rw-r--r-- | dev-ruby/json/json-2.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/json/json-2.7.2.ebuild b/dev-ruby/json/json-2.7.2.ebuild index 55f5330bed9d..cdbd287a24d4 100644 --- a/dev-ruby/json/json-2.7.2.ebuild +++ b/dev-ruby/json/json-2.7.2.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/flori/json" SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD-2 Ruby )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SLOT="$(ver_cut 1)" IUSE="doc test" |