diff options
author | 2020-09-14 21:01:06 +0000 | |
---|---|---|
committer | 2020-09-14 21:03:28 +0000 | |
commit | b3a8e5693320e10744c272e04ce46ad82defc2fb (patch) | |
tree | 22ae85195e5bc9d4aaf995a730388e1ab6d3e717 /dev-lang | |
parent | profiles/arch/arm: set RUBY_TARGETS="ruby26" on stable (diff) | |
download | gentoo-b3a8e5693320e10744c272e04ce46ad82defc2fb.tar.gz gentoo-b3a8e5693320e10744c272e04ce46ad82defc2fb.tar.bz2 gentoo-b3a8e5693320e10744c272e04ce46ad82defc2fb.zip |
dev-lang/ruby: Stabilize 2.6.6-r2 arm, #728192
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ruby-2.6.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-2.6.6-r2.ebuild b/dev-lang/ruby/ruby-2.6.6-r2.ebuild index 66e0384d444b..d3c71f140398 100644 --- a/dev-lang/ruby/ruby-2.6.6-r2.ebuild +++ b/dev-lang/ruby/ruby-2.6.6-r2.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 ~mips ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc ~x86" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit libressl +rdoc rubytests socks5 +ssl static-libs systemtap tk xemacs" RDEPEND=" |