diff options
author | 2024-01-05 13:14:47 +0100 | |
---|---|---|
committer | 2024-01-05 13:15:24 +0100 | |
commit | 8b7c4284454827bf109b70a320c4308d4de72e62 (patch) | |
tree | 77cebc50514747e2bc34d58e3bcc5e98f77b7e9e /dev-ruby/activesupport | |
parent | dev-ruby/net-ftp: add 0.3.4 (diff) | |
download | gentoo-8b7c4284454827bf109b70a320c4308d4de72e62.tar.gz gentoo-8b7c4284454827bf109b70a320c4308d4de72e62.tar.bz2 gentoo-8b7c4284454827bf109b70a320c4308d4de72e62.zip |
dev-ruby/activesupport: avoid dependency on mdl
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-7.1.2.ebuild | 4 |
1 files 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 |