diff options
author | 2021-05-02 11:25:34 +0300 | |
---|---|---|
committer | 2021-05-02 11:25:34 +0300 | |
commit | 07b430e690a74e88b1628ae82c4ea9f647b7f7a5 (patch) | |
tree | 7a0936655eff4c82a29b4394759cc280db274d43 /dev-lang/ruby/ruby-2.6.6-r2.ebuild | |
parent | net-misc/ntp: remove libressl support (diff) | |
download | gentoo-07b430e690a74e88b1628ae82c4ea9f647b7f7a5.tar.gz gentoo-07b430e690a74e88b1628ae82c4ea9f647b7f7a5.tar.bz2 gentoo-07b430e690a74e88b1628ae82c4ea9f647b7f7a5.zip |
dev-lang/ruby: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-lang/ruby/ruby-2.6.6-r2.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-2.6.6-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-2.6.6-r2.ebuild b/dev-lang/ruby/ruby-2.6.6-r2.ebuild index 795321234d25..427fdb2a5226 100644 --- a/dev-lang/ruby/ruby-2.6.6-r2.ebuild +++ b/dev-lang/ruby/ruby-2.6.6-r2.ebuild @@ -18,7 +18,7 @@ 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit libressl +rdoc rubytests socks5 +ssl static-libs systemtap tk xemacs" +IUSE="berkdb debug doc examples gdbm ipv6 jemalloc jit +rdoc rubytests socks5 +ssl static-libs systemtap tk xemacs" RDEPEND=" berkdb? ( sys-libs/db:= ) @@ -26,8 +26,7 @@ RDEPEND=" jemalloc? ( dev-libs/jemalloc ) jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl ) + dev-libs/openssl:0= ) socks5? ( >=net-proxy/dante-1.1.13 ) systemtap? ( dev-util/systemtap ) |