From 1ef11cd4ad19ba84e6b7e7791db3b72efa8fcdbb Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 4 Jan 2025 08:24:58 +0100 Subject: [PATCH] dev-ruby/excon: stabilize 0.112.0 for amd64 Signed-off-by: Hans de Graaff --- dev-ruby/excon/excon-0.112.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/excon/excon-0.112.0.ebuild b/dev-ruby/excon/excon-0.112.0.ebuild index cd358ef64a125..349c575aac3ca 100644 --- a/dev-ruby/excon/excon-0.112.0.ebuild +++ b/dev-ruby/excon/excon-0.112.0.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 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/excon/excon/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="test" RESTRICT="!test? ( test )"