dev-ruby/barby: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-12 16:33:07 +01:00
parent b34db46bda
commit 95e16d9b53
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ DEPEND+=" test? ( media-gfx/imagemagick[png] )"
# prawn breaks tests for some reasons, needs to be investigated; code
# still works though.
RESTRICT="prawn? ( test )"
RESTRICT+=" prawn? ( test )"
all_ruby_prepare() {
sed -i -e 's/README/README.md/' Rakefile || die

View File

@@ -39,7 +39,7 @@ DEPEND+=" test? ( media-gfx/imagemagick[png] )"
# prawn breaks tests for some reasons, needs to be investigated; code
# still works though.
RESTRICT="prawn? ( test )"
RESTRICT="!test? ( test ) prawn? ( test )"
all_ruby_prepare() {
sed -i -e 's/README/README.md/' Rakefile || die