summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"