diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 16:22:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-28 16:22:25 +0000 |
commit | 3759cbf5c8588a90f05bfaa9cfa79b58a10371ff (patch) | |
tree | 3a19f27b382bee374f66ab39a0d55f076b9d3647 /dev-lang/ruby | |
parent | games-sports/ski: block against app-emulation/ski (diff) | |
download | gentoo-3759cbf5c8588a90f05bfaa9cfa79b58a10371ff.tar.gz gentoo-3759cbf5c8588a90f05bfaa9cfa79b58a10371ff.tar.bz2 gentoo-3759cbf5c8588a90f05bfaa9cfa79b58a10371ff.zip |
dev-lang/ruby: drop ~ia64 from 2.7.0
Upstream removed all garbage collection code for ia64 in:
https://github.com/ruby/ruby/commit/d17344cfc56edc4599252041b3ec0d46af0851fd
This makes miniinterpreter crash early.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ruby-2.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-2.7.0.ebuild b/dev-lang/ruby/ruby-2.7.0.ebuild index 4d60f09d1e39..99daef051964 100644 --- a/dev-lang/ruby/ruby-2.7.0.ebuild +++ b/dev-lang/ruby/ruby-2.7.0.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 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" |