From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50AD7138350 for ; Sat, 25 Apr 2020 12:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC71E0A5C; Sat, 25 Apr 2020 12:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 670A5E0A5C for ; Sat, 25 Apr 2020 12:16:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6300E34F051 for ; Sat, 25 Apr 2020 12:16:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 013781F6 for ; Sat, 25 Apr 2020 12:16:04 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1587816958.d4721643d8e1a29fc09f319556e5ec4d949db6dc.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/html2haml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/html2haml/html2haml-2.2.0.ebuild X-VCS-Directories: dev-ruby/html2haml/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d4721643d8e1a29fc09f319556e5ec4d949db6dc X-VCS-Branch: master Date: Sat, 25 Apr 2020 12:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aa41d1e-6f22-4c43-b4be-f18980b322bf X-Archives-Hash: db74764d7ffb74953a2ba69d08ef7fbe commit: d4721643d8e1a29fc09f319556e5ec4d949db6dc Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 25 07:51:35 2020 +0000 Commit: Hans de Graaff gentoo 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 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 )"