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 5dcb84df46017..e671028c501e5 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