diff options
| author | 2018-11-17 08:08:32 +0100 | |
|---|---|---|
| committer | 2018-11-17 08:12:11 +0100 | |
| commit | c6460ff357f0426252f1157e9962984590087fc9 (patch) | |
| tree | 8ddbede34ec1fac52586ff0aa335f4cdb8728082 | |
| parent | dev-games/tiled: version bump 1.2.1 (diff) | |
| download | gentoo-c6460ff357f0426252f1157e9962984590087fc9.tar.gz gentoo-c6460ff357f0426252f1157e9962984590087fc9.tar.bz2 gentoo-c6460ff357f0426252f1157e9962984590087fc9.zip | |
dev-ruby/did_you_mean: avoid broken test
Fixes: https://bugs.gentoo.org/671120
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
| -rw-r--r-- | dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild index bd875176b602..3656e938bba8 100644 --- a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild +++ b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,4 +19,7 @@ IUSE="" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die + + # Skip test that is broken with newer ruby releases + sed -i -e '/test_message/,/^ end/ s:^:#:' test/core_ext/name_error_extension_test.rb || die } |
