commit:     3f944252e7c0336177a12021aaf8dc383e4acf2b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 05:26:45 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 23 06:13:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f944252

dev-ruby/haml-rails: enable ruby33

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/haml-rails/haml-rails-2.1.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/haml-rails/haml-rails-2.1.0.ebuild 
b/dev-ruby/haml-rails/haml-rails-2.1.0.ebuild
index 9ea2f4bd33b9..0448c3895cfa 100644
--- a/dev-ruby/haml-rails/haml-rails-2.1.0.ebuild
+++ b/dev-ruby/haml-rails/haml-rails-2.1.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
+
 RUBY_FAKEGEM_EXTRADOC="README.md"
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 
@@ -15,7 +16,7 @@ HOMEPAGE="https://github.com/haml/haml-rails";
 LICENSE="MIT"
 SLOT="2"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
 ruby_add_rdepend ">=dev-ruby/actionpack-5.1:*
        >=dev-ruby/activesupport-5.1:*

Reply via email to