commit:     8b7c4284454827bf109b70a320c4308d4de72e62
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 12:14:47 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 12:15:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c4284

dev-ruby/activesupport: avoid dependency on mdl

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/activesupport/activesupport-7.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/activesupport/activesupport-7.1.2.ebuild 
b/dev-ruby/activesupport/activesupport-7.1.2.ebuild
index 24a8503c643f..09c8f82acaef 100644
--- a/dev-ruby/activesupport/activesupport-7.1.2.ebuild
+++ b/dev-ruby/activesupport/activesupport-7.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -61,7 +61,7 @@ all_ruby_prepare() {
        sed -i -e 
"/\(system_timer\|execjs\|jquery-rails\|journey\|ruby-prof\|stackprof\|benchmark-ips\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|sqlite\|websocket-client-simple\|\libxml-ruby\|bootsnap\|aws-sdk\|webmock\|capybara\|sass-rails\|selenium-webdriver\|webpacker\|webrick\|propshaft\|rack-test\|terser\|cgi\|net-smtp\|net-imap\|net-pop\|digest\|matrix\|web-console\|error_highlight\|jbuilder\)/
 s:^:#:" \
                -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
                -e '/^group :test/,/^end/ s:^:#:' \
-               -e '/^\s*group 
:\(db\|doc\|rubocop\|job\|cable\|lint\|storage\|ujs\|test\|view\) do/,/^\s*end/ 
s:^:#:' \
+               -e '/^\s*group 
:\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) 
do/,/^\s*end/ s:^:#:' \
                -e 's/gemspec/gemspec path: "activesupport"/' \
                -e '5igem "builder"' ../Gemfile || die
        rm ../Gemfile.lock || die

Reply via email to