From 29af6c629bac9e86701136dee971f17c7d3ee319 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 17 May 2025 13:03:41 +0100 Subject: [PATCH] dev-ruby/openssl-cmac: Keyword 2.0.2 arm, #939676 Signed-off-by: Sam James --- 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 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