summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-01-15 17:45:36 +0100
committerHans de Graaff <graaff@gentoo.org>2019-01-16 08:24:23 +0100
commit5d38912614e9d6fae1664211bae49ba22f70580e (patch)
tree60ae0b5376b997c8258c0784f5c5357a3b8348b2 /dev-ruby/timers
parentsys-boot/yaboot: make patches appliable with 'patch -p1' (diff)
downloadgentoo-5d38912614e9d6fae1664211bae49ba22f70580e.tar.gz
gentoo-5d38912614e9d6fae1664211bae49ba22f70580e.tar.bz2
gentoo-5d38912614e9d6fae1664211bae49ba22f70580e.zip
dev-ruby/timers: add ruby26; drop unused hitimes dep
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/timers')
-rw-r--r--dev-ruby/timers/timers-4.2.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ruby/timers/timers-4.2.0.ebuild b/dev-ruby/timers/timers-4.2.0.ebuild
index 25acc7e22960..0af0501f6ee2 100644
--- a/dev-ruby/timers/timers-4.2.0.ebuild
+++ b/dev-ruby/timers/timers-4.2.0.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_TEST="rspec3"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -19,8 +19,6 @@ SLOT="4"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
-ruby_add_rdepend "dev-ruby/hitimes"
-
all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die