diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-30 19:23:13 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-30 19:23:13 +0300 |
commit | 1fc2a3ea78905cc4070a0c71e0bbe54144d8d472 (patch) | |
tree | 6f5113e028e54f326f88fb99c9916bc34ae998a7 /dev-ruby/json | |
parent | net-p2p/cpuminer-opt: drop 24.2 (diff) | |
download | gentoo-1fc2a3ea78905cc4070a0c71e0bbe54144d8d472.tar.gz gentoo-1fc2a3ea78905cc4070a0c71e0bbe54144d8d472.tar.bz2 gentoo-1fc2a3ea78905cc4070a0c71e0bbe54144d8d472.zip |
dev-ruby/json: Stabilize 2.7.2 ppc, #933099
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby/json')
-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 f920bc10c14a..57e3c6681fa7 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" |