diff options
Diffstat (limited to 'dev-ruby/rinku')
-rw-r--r-- | dev-ruby/rinku/rinku-2.0.6.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-ruby/rinku/rinku-2.0.6.ebuild b/dev-ruby/rinku/rinku-2.0.6.ebuild index 22158d3edb46..56f0c9f60e36 100644 --- a/dev-ruby/rinku/rinku-2.0.6.ebuild +++ b/dev-ruby/rinku/rinku-2.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' test/autolink_test.rb || die +} + each_ruby_configure() { ${RUBY} -Cext/${PN} extconf.rb || die } |