From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D517C158042 for ; Fri, 18 Oct 2024 15:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8D9E0884; Fri, 18 Oct 2024 15:17:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4C8DE0833 for ; Fri, 18 Oct 2024 15:17:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07EFD343088 for ; Fri, 18 Oct 2024 15:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D81B1E15 for ; Fri, 18 Oct 2024 15:17:48 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1729263683.fc40da2ce32ceff9a07855a7ffcca9f1bcead861.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/ruby/metadata.xml dev-lang/ruby/ruby-3.1.4-r3.ebuild dev-lang/ruby/ruby-3.1.5.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: fc40da2ce32ceff9a07855a7ffcca9f1bcead861 X-VCS-Branch: master Date: Fri, 18 Oct 2024 15:17:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87204b1c-71bf-4bfd-9375-ae9c0030dd4c X-Archives-Hash: 2bc444f73fa0df08592b26bb40bd2b52 commit: fc40da2ce32ceff9a07855a7ffcca9f1bcead861 Author: orbea riseup net> AuthorDate: Fri Oct 18 15:01:23 2024 +0000 Commit: orbea riseup net> CommitDate: Fri Oct 18 15:01:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fc40da2c dev-lang/ruby: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/ruby/metadata.xml | 2 +- dev-lang/ruby/ruby-3.1.4-r3.ebuild | 5 +++++ dev-lang/ruby/ruby-3.1.5.ebuild | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/dev-lang/ruby/metadata.xml b/dev-lang/ruby/metadata.xml index cf9a216..628c6c4 100644 --- a/dev-lang/ruby/metadata.xml +++ b/dev-lang/ruby/metadata.xml @@ -7,7 +7,7 @@ Install dev-ruby/rdoc after installing Ruby. - Enable SystemTAP/DTrace tracing + Enable SystemTap/DTrace tracing ruby/ruby diff --git a/dev-lang/ruby/ruby-3.1.4-r3.ebuild b/dev-lang/ruby/ruby-3.1.4-r3.ebuild index 782ec72..1a027c0 100644 --- a/dev-lang/ruby/ruby-3.1.4-r3.ebuild +++ b/dev-lang/ruby/ruby-3.1.4-r3.ebuild @@ -141,6 +141,11 @@ src_configure() { # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing + # Workaround for bug #938302 + if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then + export DTRACE="${BROOT}"/usr/bin/stap-dtrace + fi + # Socks support via dante if use socks5 ; then # Socks support can't be disabled as long as SOCKS_SERVER is diff --git a/dev-lang/ruby/ruby-3.1.5.ebuild b/dev-lang/ruby/ruby-3.1.5.ebuild index e9c7419..84bb31d 100644 --- a/dev-lang/ruby/ruby-3.1.5.ebuild +++ b/dev-lang/ruby/ruby-3.1.5.ebuild @@ -150,6 +150,11 @@ src_configure() { # as it's risky with newer compilers to leave it as it is. append-flags -fno-strict-aliasing + # Workaround for bug #938302 + if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then + export DTRACE="${BROOT}"/usr/bin/stap-dtrace + fi + # Socks support via dante if use socks5 ; then # Socks support can't be disabled as long as SOCKS_SERVER is