mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
rex-socket: fix test, doc, and don't install crap files
This commit is contained in:
parent
ffbc46fa93
commit
2e6acd8b8f
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue