commit:     09c97154b018693e279757df0c3229cf8171526a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 05:42:37 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 15:47:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c97154

dev-ruby/ruby-hmac: enable ruby33

Avoid dependency on hoe to avoid deprecated configuration.

Closes: https://bugs.gentoo.org/928917
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild 
b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
index c51f0a53f13f..713c1da14f64 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r2.ebuild
@@ -1,8 +1,8 @@
-# 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="History.txt README.txt"
 
@@ -14,7 +14,7 @@ HOMEPAGE="http://ruby-hmac.rubyforge.org/";
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-ruby_add_bdepend "
-       test? ( >=dev-ruby/hoe-2.5.0 )"
+each_ruby_test() {
+       ${RUBY} -Ilib test/test_hmac.rb || die
+}

Reply via email to