projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06b83b
)
dev-ruby/radius: avoid bundler dependency
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 24 May 2020 08:41:04 +0000
(10:41 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sun, 24 May 2020 08:50:36 +0000
(10:50 +0200)
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>
dev-ruby/radius/radius-0.7.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/radius/radius-0.7.5.ebuild
b/dev-ruby/radius/radius-0.7.5.ebuild
index 37012dc8126f4946ebb8e47d2382b15e03bfecd6..bd53d86afa98118febf3e0f7f143299fcb89c2b3 100644
(file)
--- a/
dev-ruby/radius/radius-0.7.5.ebuild
+++ b/
dev-ruby/radius/radius-0.7.5.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
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
}