diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-30 19:23:27 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-30 22:10:36 +0200 |
commit | 56117875cd6fe1c89734d5f2c479cc0903ceeb8d (patch) | |
tree | 1c87ec829b8ab3ec843bec46e4510b638c957542 /dev-ruby/loquacious | |
parent | dev-ruby/little-plugger: add ruby25 (diff) | |
download | gentoo-56117875cd6fe1c89734d5f2c479cc0903ceeb8d.tar.gz gentoo-56117875cd6fe1c89734d5f2c479cc0903ceeb8d.tar.bz2 gentoo-56117875cd6fe1c89734d5f2c479cc0903ceeb8d.zip |
dev-ruby/loquacious: add ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r-- | dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild index 445d1b99a150..958838aaa2e7 100644 --- a/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild +++ b/dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -22,11 +22,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -all_ruby_prepare() { - # Remove metadata because it confuses jruby. - rm -f ../metadata || die -} - all_ruby_compile() { if use doc; then rdoc lib || die "Documentation generation failed." |