From 68020d4a1c417602f9af7deb0c9956875c50db16 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 30 May 2025 10:34:06 +0200 Subject: [PATCH] dev-ruby/dry-core: destabilize 1.0.1 for ~x86 Signed-off-by: Hans de Graaff --- dev-ruby/dry-core/dry-core-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild index 54a5113186377..dfae1e01c55ad 100644 --- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild +++ b/dev-ruby/dry-core/dry-core-1.0.1.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 @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-core/" SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 sparc ~x86" SLOT="$(ver_cut 1)" # Skip tests for now to avoid circular dependencies.