diff options
author | 2018-10-25 22:30:08 -0700 | |
---|---|---|
committer | 2018-10-25 22:30:22 -0700 | |
commit | 2319e21a16e66e638f9ae7251247378c9468728b (patch) | |
tree | 9a3642948e8d297b2654b058f88993e2f34f1234 | |
parent | dev-ruby/regexp_parser: cleanup (diff) | |
download | gentoo-2319e21a16e66e638f9ae7251247378c9468728b.tar.gz gentoo-2319e21a16e66e638f9ae7251247378c9468728b.tar.bz2 gentoo-2319e21a16e66e638f9ae7251247378c9468728b.zip |
dev-lang/ruby-2.3.8: ppc stable, bug 668904
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-lang/ruby/ruby-2.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-2.3.8.ebuild b/dev-lang/ruby/ruby-2.3.8.ebuild index 2d599e6b0011..cc4f749e405c 100644 --- a/dev-lang/ruby/ruby-2.3.8.ebuild +++ b/dev-lang/ruby/ruby-2.3.8.ebuild @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline" RDEPEND=" |