diff options
author | orbea <orbea@riseup.net> | 2024-12-11 06:28:58 -0800 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-12-11 06:28:58 -0800 |
commit | f9744601f5bb2ec8e9ea72176db994999c19a0e3 (patch) | |
tree | 0bb9cd9c35bc2757bd713a5f219f2134eff15696 | |
parent | dev-lang/python: sync ::gentoo (diff) | |
download | libressl-f9744601f5bb2ec8e9ea72176db994999c19a0e3.tar.gz libressl-f9744601f5bb2ec8e9ea72176db994999c19a0e3.tar.bz2 libressl-f9744601f5bb2ec8e9ea72176db994999c19a0e3.zip |
dev-lang/ruby: sync ::gentoo
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r-- | dev-lang/ruby/ruby-3.1.4-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-3.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ruby/ruby-3.1.4-r3.ebuild b/dev-lang/ruby/ruby-3.1.4-r3.ebuild index 1a027c0..1a922a0 100644 --- a/dev-lang/ruby/ruby-3.1.4-r3.ebuild +++ b/dev-lang/ruby/ruby-3.1.4-r3.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-3.1.5.ebuild b/dev-lang/ruby/ruby-3.1.5.ebuild index 84bb31d..ba5aaa2 100644 --- a/dev-lang/ruby/ruby-3.1.5.ebuild +++ b/dev-lang/ruby/ruby-3.1.5.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) |