diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-04-25 09:51:35 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-04-25 14:15:58 +0200 |
commit | d4721643d8e1a29fc09f319556e5ec4d949db6dc (patch) | |
tree | 78abf3bb27d35ef1d7c5b87ebfa9ad3cf981c2dc /dev-ruby/html2haml | |
parent | dev-ruby/capybara: cleanup (diff) | |
download | gentoo-d4721643d8e1a29fc09f319556e5ec4d949db6dc.tar.gz gentoo-d4721643d8e1a29fc09f319556e5ec4d949db6dc.tar.bz2 gentoo-d4721643d8e1a29fc09f319556e5ec4d949db6dc.zip |
dev-ruby/html2haml: drop obsolete haml slot
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/html2haml')
-rw-r--r-- | dev-ruby/html2haml/html2haml-2.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/html2haml/html2haml-2.2.0.ebuild b/dev-ruby/html2haml/html2haml-2.2.0.ebuild index 6a0a572beb5c..3dac0ad3ef2d 100644 --- a/dev-ruby/html2haml/html2haml-2.2.0.ebuild +++ b/dev-ruby/html2haml/html2haml-2.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26" RUBY_FAKEGEM_EXTRADOC="README.md Changelog.markdown" RUBY_FAKEGEM_RECIPE_DOC="yard" @@ -21,7 +21,7 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.0 >=dev-ruby/erubis-2.7.0 >=dev-ruby/ruby_parser-3.5 - || ( dev-ruby/haml:5 dev-ruby/haml:4 )" + dev-ruby/haml:5" ruby_add_bdepend "test? ( dev-ruby/minitest:0 )" |