diff options
author | Sam James <sam@gentoo.org> | 2023-01-15 12:42:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-15 12:42:18 +0000 |
commit | b817d3a09e5ff9464acf54e10047abedc625e727 (patch) | |
tree | ff5a2daa9d7dff4e12f060f3e52075941958effa /dev-lang/ruby | |
parent | app-eselect/eselect-ruby: Stabilize 20220313 amd64, #890915 (diff) | |
download | gentoo-b817d3a09e5ff9464acf54e10047abedc625e727.tar.gz gentoo-b817d3a09e5ff9464acf54e10047abedc625e727.tar.bz2 gentoo-b817d3a09e5ff9464acf54e10047abedc625e727.zip |
dev-lang/ruby: Stabilize 3.0.5 amd64, #890915
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ruby-3.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-3.0.5.ebuild b/dev-lang/ruby/ruby-3.0.5.ebuild index 9c20ae854b8e..b6e18494f719 100644 --- a/dev-lang/ruby/ruby-3.0.5.ebuild +++ b/dev-lang/ruby/ruby-3.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc rubytests socks5 +ssl static-libs systemtap tk xemacs" RDEPEND=" |