From 65f8e1be6ca7d3a5c6d0773269d3ebee2bdbd4a6 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 28 Jul 2026 22:40:35 -0400 Subject: [PATCH] dev-ruby/x25519: Stabilize 1.0.11 x86, #979855 Signed-off-by: Eli Schwartz --- dev-ruby/x25519/x25519-1.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/x25519/x25519-1.0.11.ebuild b/dev-ruby/x25519/x25519-1.0.11.ebuild index 51cc6e403a605..8d40d1ed71a7c 100644 --- a/dev-ruby/x25519/x25519-1.0.11.ebuild +++ b/dev-ruby/x25519/x25519-1.0.11.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/RubyCrypto/x25519/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" all_ruby_prepare() { sed -i -e '/bundler/ s:^:#: ; /coverall/I s:^:#:' spec/spec_helper.rb || die