diff options
author | 2016-07-29 23:35:01 -0400 | |
---|---|---|
committer | 2016-07-30 00:06:34 -0400 | |
commit | 410dd5314d48fd4f451d7cff70512ed95b90862e (patch) | |
tree | 85532086f661ee9d47399980016f33078f87ba87 /dev-ruby/rex-struct2 | |
parent | dev-ruby/rex-arch: dropping random bins (diff) | |
download | gentoo-410dd5314d48fd4f451d7cff70512ed95b90862e.tar.gz gentoo-410dd5314d48fd4f451d7cff70512ed95b90862e.tar.bz2 gentoo-410dd5314d48fd4f451d7cff70512ed95b90862e.zip |
dev-ruby/rex-struct2: drop random bins
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/rex-struct2')
-rw-r--r-- | dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild index 1af35471ba21..e3b62ac67477 100644 --- a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild +++ b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild @@ -7,6 +7,7 @@ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22 ruby23" #RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_BINWRAP="" inherit ruby-fakegem @@ -21,8 +22,3 @@ IUSE="" # doesn't seem to actually run any tests RESTRICT=test - -all_ruby_install() { - ruby_fakegem_binwrapper console ${PN}-console - ruby_fakegem_binwrapper setup ${PN}-setup -} |