summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-02-23 07:02:16 +0100
committerHans de Graaff <graaff@gentoo.org>2020-02-23 07:02:16 +0100
commit3b8e2d961472ae67edd96f2d1eeefd2e5760af5e (patch)
tree66a4d42d53da6db86c1abf1a9b28890d916cd524 /dev-ruby/polyglot
parentdev-ruby/systemu: use dodoc (diff)
downloadgentoo-3b8e2d961472ae67edd96f2d1eeefd2e5760af5e.tar.gz
gentoo-3b8e2d961472ae67edd96f2d1eeefd2e5760af5e.tar.bz2
gentoo-3b8e2d961472ae67edd96f2d1eeefd2e5760af5e.zip
dev-ruby/polyglot: add ruby27
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/polyglot')
-rw-r--r--dev-ruby/polyglot/polyglot-0.3.5.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
index a8efe928b1b6..3f1076e95df3 100644
--- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
+++ b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
@@ -18,8 +18,3 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
-
-all_ruby_prepare() {
- # jruby has trouble parsing this metadata and there are no dependencies.
- rm -f ../metadata || die
-}