diff options
Diffstat (limited to 'dev-ruby/rex-arch')
-rw-r--r-- | dev-ruby/rex-arch/rex-arch-0.1.13.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild b/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild index 323d6639032f..995ebdde4026 100644 --- a/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild +++ b/dev-ruby/rex-arch/rex-arch-0.1.13.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" -#RUBY_FAKEGEM_RECIPE_TEST="rspec3" +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_TEST="none" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_BINWRAP="" @@ -19,7 +20,4 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -# doesn't seem to actually run any tests -RESTRICT=test - ruby_add_bdepend "dev-ruby/rex-text" |