dev-ruby/histogram: avoid unneeded test dependency

Closes: https://bugs.gentoo.org/735180
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2020-08-16 08:12:21 +02:00
parent a16c3c3ba7
commit a1c0a6759e

View File

@@ -17,3 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
all_ruby_prepare() {
sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
}