commit: 56117875cd6fe1c89734d5f2c479cc0903ceeb8d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 30 17:23:27 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 30 20:10:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56117875
dev-ruby/loquacious: add ruby25
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/loquacious/loquacious-1.9.1-r2.ebuild | 9 ++-------
1 file 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 445d1b99a15..958838aaa2e 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."