summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-12-03 16:28:52 +0100
committerHans de Graaff <graaff@gentoo.org>2019-12-03 16:35:29 +0100
commitcd68c9784cefcf12addb3944b5d5cdd9ab5147ad (patch)
tree0ecf26e811f043f5fb6ff17e23b699ba0a420342
parentwww-apps/moodle: remove REQUIRED_USE (diff)
downloadgentoo-cd68c9784cefcf12addb3944b5d5cdd9ab5147ad.tar.gz
gentoo-cd68c9784cefcf12addb3944b5d5cdd9ab5147ad.tar.bz2
gentoo-cd68c9784cefcf12addb3944b5d5cdd9ab5147ad.zip
dev-ruby/actiontext: avoid dep on rack-cache
Closes: https://bugs.gentoo.org/693724 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/actiontext/actiontext-6.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actiontext/actiontext-6.0.1.ebuild b/dev-ruby/actiontext/actiontext-6.0.1.ebuild
index f06ed6e58aa4..2caeb0640662 100644
--- a/dev-ruby/actiontext/actiontext-6.0.1.ebuild
+++ b/dev-ruby/actiontext/actiontext-6.0.1.ebuild
@@ -40,7 +40,7 @@ ruby_add_bdepend "test? (
all_ruby_prepare() {
# Remove items from the common Gemfile that we don't need for this
# test run. This also requires handling some gemspecs.
- sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\)/ s:^:#:" \
+ sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|redis\|blade\|aws-sdk\|google-cloud\|azure-storage\|selenium\|webdrivers\|minitest-bisect\|minitest-retry\|minitest-reporters\|listen\|rack-cache\)/ s:^:#:" \
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die