commit: 29af6c629bac9e86701136dee971f17c7d3ee319 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 17 12:03:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 17 12:03:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29af6c62
dev-ruby/openssl-cmac: Keyword 2.0.2 arm, #939676 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild b/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild index 5dcb84df4601..e671028c501e 100644 --- a/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild +++ b/dev-ruby/openssl-cmac/openssl-cmac-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/SmallLars/openssl-cmac" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die