diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-05-20 14:55:46 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-20 22:48:45 +0100 |
commit | 44e23d976fdd8cdd6971604f88506472cfadf7b9 (patch) | |
tree | 57db47d766c1c497ae34c596faa2aca5dcd787b1 /dev-lang | |
parent | profiles/arch/amd64: stabilize USE=ruby_targets_ruby32 (diff) | |
download | gentoo-44e23d976fdd8cdd6971604f88506472cfadf7b9.tar.gz gentoo-44e23d976fdd8cdd6971604f88506472cfadf7b9.tar.bz2 gentoo-44e23d976fdd8cdd6971604f88506472cfadf7b9.zip |
dev-lang/ruby: stabilize 3.2.3 for amd64
Bug: https://bugs.gentoo.org/932285
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ruby-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-3.2.3.ebuild b/dev-lang/ruby/ruby-3.2.3.ebuild index d89ea2a6fd23..1acabf564cb0 100644 --- a/dev-lang/ruby/ruby-3.2.3.ebuild +++ b/dev-lang/ruby/ruby-3.2.3.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=" |