diff options
author | Sam James <sam@gentoo.org> | 2024-09-03 10:55:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-03 10:55:33 +0100 |
commit | 440f166aa7d39e0d736ac3e890075bcec62f1eaf (patch) | |
tree | fd9902174154a5c3f1e79835f330aa374e9a057b /dev-ruby | |
parent | dev-ruby/json: Stabilize 2.7.2-r1 amd64, #938953 (diff) | |
download | gentoo-440f166aa7d39e0d736ac3e890075bcec62f1eaf.tar.gz gentoo-440f166aa7d39e0d736ac3e890075bcec62f1eaf.tar.bz2 gentoo-440f166aa7d39e0d736ac3e890075bcec62f1eaf.zip |
dev-ruby/json: Stabilize 2.7.2-r1 x86, #938953
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/json/json-2.7.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/json/json-2.7.2-r1.ebuild b/dev-ruby/json/json-2.7.2-r1.ebuild index 89d217e63d60..9edf5b07ed21 100644 --- a/dev-ruby/json/json-2.7.2-r1.ebuild +++ b/dev-ruby/json/json-2.7.2-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI="https://github.com/flori/json/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( BSD-2 Ruby )" SLOT="$(ver_cut 1)" -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" IUSE="doc test" DEPEND="dev-util/ragel" |