diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-04-21 18:47:08 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 20:45:13 +0100 |
commit | fd5597a9382c9e7249a41be5c5dff1f1f7a8d278 (patch) | |
tree | fd8f055a522b26f3dc1b079bd82eed2ace7cec15 /dev-lang/ruby | |
parent | net-vpn/openconnect: bump to 8.08 (diff) | |
download | gentoo-fd5597a9382c9e7249a41be5c5dff1f1f7a8d278.tar.gz gentoo-fd5597a9382c9e7249a41be5c5dff1f1f7a8d278.tar.bz2 gentoo-fd5597a9382c9e7249a41be5c5dff1f1f7a8d278.zip |
dev-lang/ruby: do a jumpstart on 2.4 removal for hppa and sparc
Ruby 2.4 will go away in near future, but unkeyworded ebuilds specific to this
old version cause dependency breakages. Avoid the need to keyword them at all to
get a clean tree.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ruby-2.4.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-2.4.10.ebuild b/dev-lang/ruby/ruby-2.4.10.ebuild index a354e93e5a7d..0d4a2f3a9dcc 100644 --- a/dev-lang/ruby/ruby-2.4.10.ebuild +++ b/dev-lang/ruby/ruby-2.4.10.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 ~mips ppc ppc64 s390 x86" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" |