mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-ruby/fast_gettext: fix tests, bug 642390
Also remove activerecord and associated rails dependencies from the gemspec, otherwise bundler will still require them even if they are no longer needed. Closes: https://bugs.gentoo.org/642390 Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -31,7 +31,7 @@ all_ruby_prepare() {
|
||||
|
||||
# Avoid unneeded dependency on git and development dependencies.
|
||||
sed -e '/git ls-files/ s:^:#:' \
|
||||
-e '/\(wwtd\|bump\)/ s:^:#:' \
|
||||
-e '/\(wwtd\|bump\|sqlite3\|activerecord\|i18n\)/ s:^:#:' \
|
||||
-i fast_gettext.gemspec || die
|
||||
|
||||
# Avoid a test dependency on activerecord since this is now in the
|
||||
|
||||
@@ -31,7 +31,7 @@ all_ruby_prepare() {
|
||||
|
||||
# Avoid unneeded dependency on git and development dependencies.
|
||||
sed -e '/git ls-files/ s:^:#:' \
|
||||
-e '/\(wwtd\|bump\)/ s:^:#:' \
|
||||
-e '/\(wwtd\|bump\|sqlite3\|activerecord\|i18n\)/ s:^:#:' \
|
||||
-i fast_gettext.gemspec || die
|
||||
|
||||
# Avoid a test dependency on activerecord since this is now in the
|
||||
|
||||
Reference in New Issue
Block a user