rex-socket: fix test, doc, and don't install crap files

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-09-14 12:38:30 -04:00
parent ffbc46fa93
commit 2e6acd8b8f
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -4,6 +4,9 @@
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
@ -16,7 +19,4 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
# doesn't seem to actually run any tests, fails without disabling
RESTRICT=test
ruby_add_bdepend "dev-ruby/rex-core"