summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-01-28 22:18:41 +0100
committerHans de Graaff <graaff@gentoo.org>2019-01-28 22:45:28 +0100
commitd73d45c56b3087b58150fb558a7b4144c691747d (patch)
tree5f1761292e2f4f87f96fd8d55c3d4095ab1a8f7a /dev-ruby/pathutil
parentdev-ruby/safe_yaml: add ruby26 (diff)
downloadgentoo-d73d45c56b3087b58150fb558a7b4144c691747d.tar.gz
gentoo-d73d45c56b3087b58150fb558a7b4144c691747d.tar.bz2
gentoo-d73d45c56b3087b58150fb558a7b4144c691747d.zip
dev-ruby/pathutil: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/pathutil')
-rw-r--r--dev-ruby/pathutil/pathutil-0.16.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/pathutil/pathutil-0.16.2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
index de1ff3557b23..8b97ba38abb5 100644
--- a/dev-ruby/pathutil/pathutil-0.16.2.ebuild
+++ b/dev-ruby/pathutil/pathutil-0.16.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -24,6 +24,8 @@ IUSE=""
ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6
<dev-ruby/forwardable-extended-3"
+ruby_add_bdepend "test? ( dev-ruby/safe_yaml )"
+
all_ruby_prepare() {
sed -i -e '/\(coverage\|luna\|rspec\/helpers\)/ s:^:#:' \
-e '1irequire "pathname"; require "tempfile"; require "tmpdir"; require "json"' \