commit:     f878c7c2ce5af5e88ec577090b29bbe80395fc0b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 09:45:45 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 09:46:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f878c7c2

dev-lang/ruby-2.7.5: fix sed-statement for Darwin

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-lang/ruby/ruby-2.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.7.5.ebuild b/dev-lang/ruby/ruby-2.7.5.ebuild
index 51384cae5e3b..7c21b8f77838 100644
--- a/dev-lang/ruby/ruby-2.7.5.ebuild
+++ b/dev-lang/ruby/ruby-2.7.5.ebuild
@@ -102,7 +102,7 @@ src_prepare() {
 
                        # disable using security framework (GCC barfs on those 
headers)
                        sed -i \
-                               -e '/MAC_OS_X_VERSION_MIN_REQUIRED/_DISABLED_/' 
\
+                               -e 
's/MAC_OS_X_VERSION_MIN_REQUIRED/_DISABLED_/' \
                                random.c || die
                fi
        fi

Reply via email to