summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 11:25:34 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 11:25:34 +0300
commit07b430e690a74e88b1628ae82c4ea9f647b7f7a5 (patch)
tree7a0936655eff4c82a29b4394759cc280db274d43 /dev-lang/ruby/ruby-3.0.0-r2.ebuild
parentnet-misc/ntp: remove libressl support (diff)
downloadgentoo-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-3.0.0-r2.ebuild')
-rw-r--r--dev-lang/ruby/ruby-3.0.0-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-3.0.0-r2.ebuild b/dev-lang/ruby/ruby-3.0.0-r2.ebuild
index 096518f2ba62..37743ff87091 100644
--- a/dev-lang/ruby/ruby-3.0.0-r2.ebuild
+++ b/dev-lang/ruby/ruby-3.0.0-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 )