dev-ruby/radius: avoid bundler dependency

Closes: https://bugs.gentoo.org/723890
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2020-05-24 10:41:04 +02:00
parent d06b83b16c
commit c599d933ca

View File

@@ -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
@@ -20,4 +20,5 @@ ruby_add_bdepend "test? ( dev-ruby/kramdown )"
all_ruby_prepare() {
sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die
sed -i -e '/bundler/ s:^:#:' Rakefile || die
}