summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-01-12 09:28:03 +0100
committerHans de Graaff <graaff@gentoo.org>2019-01-12 09:28:03 +0100
commitdf1001ed6c8befc9dd33c6d5c26104859d513b5d (patch)
tree110e72e72d62aa9140ac6b3459b86c3fed569588 /dev-ruby/vcr
parentdev-ruby/http-form_data: add ruby26 (diff)
downloadgentoo-df1001ed6c8befc9dd33c6d5c26104859d513b5d.tar.gz
gentoo-df1001ed6c8befc9dd33c6d5c26104859d513b5d.tar.bz2
gentoo-df1001ed6c8befc9dd33c6d5c26104859d513b5d.zip
dev-ruby/vcr: document ruby25 status
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/vcr')
-rw-r--r--dev-ruby/vcr/vcr-1.11.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/vcr/vcr-1.11.3.ebuild b/dev-ruby/vcr/vcr-1.11.3.ebuild
index 11db1db41888..6801924a8456 100644
--- a/dev-ruby/vcr/vcr-1.11.3.ebuild
+++ b/dev-ruby/vcr/vcr-1.11.3.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# ruby25: code is not compatible
+USE_RUBY="ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"