diff options
author | Sam James <sam@gentoo.org> | 2024-10-31 13:49:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-31 13:49:29 +0000 |
commit | ab8f030fd2ebc14d487ee222fde580402230fea4 (patch) | |
tree | f369c1194c516b72b602f398edd1107b30b81a81 /dev-lang | |
parent | dev-lang/ruby: Stabilize 3.2.5 ppc64, #942575 (diff) | |
download | gentoo-ab8f030fd2ebc14d487ee222fde580402230fea4.tar.gz gentoo-ab8f030fd2ebc14d487ee222fde580402230fea4.tar.bz2 gentoo-ab8f030fd2ebc14d487ee222fde580402230fea4.zip |
dev-lang/ruby: Stabilize 3.2.5 ppc, #942575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ruby-3.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-3.2.5.ebuild b/dev-lang/ruby/ruby-3.2.5.ebuild index 4650c503fbaf..fc79a05571c6 100644 --- a/dev-lang/ruby/ruby-3.2.5.ebuild +++ b/dev-lang/ruby/ruby-3.2.5.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/" SRC_URI="https://cache.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.xz" LICENSE="|| ( Ruby-BSD BSD-2 )" -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="berkdb debug doc examples gdbm ipv6 jemalloc jit socks5 +ssl static-libs systemtap tk valgrind xemacs" RDEPEND=" |