dev-ruby/gherkin: avoid slot collision
authorHans de Graaff <graaff@gentoo.org>
Sat, 4 Jun 2016 04:45:36 +0000 (06:45 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sat, 4 Jun 2016 04:45:36 +0000 (06:45 +0200)
Don't install support tools.

Package-Manager: portage-2.2.28

dev-ruby/gherkin/gherkin-3.2.0-r1.ebuild [moved from dev-ruby/gherkin/gherkin-3.2.0.ebuild with 85% similarity]

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 31a8a4fb94d258e84eaa1203615d9aca4a7633e4..8c66de6efac61dd188dffe990ce2e81f52a1086d 100644 (file)
@@ -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"