diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-01-16 08:20:22 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-01-16 08:24:36 +0100 |
commit | fde37f92cc3dd74c5c56c72b667c2a400950d6f1 (patch) | |
tree | 58f71d8de00cc34e824e7e26cd08730491443e02 /dev-ruby/tilt | |
parent | dev-ruby/bluecloth: remove unused dev-ruby/hoe dep (diff) | |
download | gentoo-fde37f92cc3dd74c5c56c72b667c2a400950d6f1.tar.gz gentoo-fde37f92cc3dd74c5c56c72b667c2a400950d6f1.tar.bz2 gentoo-fde37f92cc3dd74c5c56c72b667c2a400950d6f1.zip |
dev-ruby/tilt: add ruby26
Drop dev-ruby/bluecloth test dependency. The bluecloth
tests are optional and bluecloth is no longer maintained.
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/tilt')
-rw-r--r-- | dev-ruby/tilt/tilt-2.0.9.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/tilt/tilt-2.0.9.ebuild b/dev-ruby/tilt/tilt-2.0.9.ebuild index efb26b7ad062..7c15d083a41f 100644 --- a/dev-ruby/tilt/tilt-2.0.9.ebuild +++ b/dev-ruby/tilt/tilt-2.0.9.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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" @@ -22,7 +22,6 @@ IUSE="" # are optional for the test suite, and we don't want to depend on all of # them to faciliate keywording and stabling. ruby_add_bdepend "test? ( - dev-ruby/bluecloth dev-ruby/coffee-script dev-ruby/erubis dev-ruby/nokogiri |