mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user