diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-12-16 08:33:29 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-12-16 08:33:29 +0100 |
commit | dcdb66f17443bec328badb5dce608ed1baec7f3c (patch) | |
tree | a6607fe57c3ff6330cd771ac176950550b0218e6 /dev-lang/ruby/ruby-2.5.3.ebuild | |
parent | dev-ruby/rb-inotify: add 0.10.0 (diff) | |
download | gentoo-dcdb66f17443bec328badb5dce608ed1baec7f3c.tar.gz gentoo-dcdb66f17443bec328badb5dce608ed1baec7f3c.tar.bz2 gentoo-dcdb66f17443bec328badb5dce608ed1baec7f3c.zip |
dev-lang/ruby: enable ssl USE by default
Upstream expects this to be present and a ruby without
ssl support has a really crippled environment (e.g. it won't
be possible to install gems via rubygems or bundler).
Bug: https://bugs.gentoo.org/673176
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-lang/ruby/ruby-2.5.3.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-2.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-2.5.3.ebuild b/dev-lang/ruby/ruby-2.5.3.ebuild index b837e6034f7a..227ceca8820c 100644 --- a/dev-lang/ruby/ruby-2.5.3.ebuild +++ b/dev-lang/ruby/ruby-2.5.3.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://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 ~amd64-fbsd ~x86-fbsd" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl static-libs tk xemacs" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 +ssl static-libs tk xemacs" RDEPEND=" berkdb? ( sys-libs/db:= ) |