commit: d4721643d8e1a29fc09f319556e5ec4d949db6dc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 07:51:35 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 12:15:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4721643
dev-ruby/html2haml: drop obsolete haml slot
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/html2haml/html2haml-2.2.0.ebuild | 6 +++---
1 file 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 6a0a572beb5..3dac0ad3ef2 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 )"