commit: 34e63c96fc9a26ebc5d4bd2d140e06ebbe4f2913 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 06:14:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 07:35:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e63c96
dev-ruby/openssl-ccm: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/openssl-ccm/openssl-ccm-1.2.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/openssl-ccm/openssl-ccm-1.2.3.ebuild b/dev-ruby/openssl-ccm/openssl-ccm-1.2.3.ebuild index e532af80584a..79c8afcdb89d 100644 --- a/dev-ruby/openssl-ccm/openssl-ccm-1.2.3.ebuild +++ b/dev-ruby/openssl-ccm/openssl-ccm-1.2.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-fakegem DESCRIPTION="OpenSSL CBC-MAC (CCM) ruby gem" @@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/SmallLars/openssl-ccm" LICENSE="BSD" SLOT="${PV}" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die
