commit: 794bf7e31bb9a5fe4297873ee290cf9b722269e8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 04:45:36 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 04:45:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794bf7e3
dev-ruby/gherkin: avoid slot collision
Don't install support tools.
Package-Manager: portage-2.2.28
dev-ruby/gherkin/{gherkin-3.2.0.ebuild => gherkin-3.2.0-r1.ebuild} | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-ruby/gherkin/gherkin-3.2.0.ebuild
b/dev-ruby/gherkin/gherkin-3.2.0-r1.ebuild
similarity index 85%
rename from dev-ruby/gherkin/gherkin-3.2.0.ebuild
rename to dev-ruby/gherkin/gherkin-3.2.0-r1.ebuild
index 31a8a4f..8c66de6 100644
--- a/dev-ruby/gherkin/gherkin-3.2.0.ebuild
+++ b/dev-ruby/gherkin/gherkin-3.2.0-r1.ebuild
@@ -11,6 +11,9 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
+# Don't install support scripts to avoid slot collisions.
+RUBY_FAKEGEM_BINWRAP=""
+
inherit ruby-fakegem
DESCRIPTION="Fast Gherkin lexer and parser"