commit: 1f6aa1d7bff94da24b3ed5a6e81aeed3d9471b38 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Mar 19 07:48:11 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Mar 19 07:48:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6aa1d7
dev-ruby/process_executer: stabilize 1.2.0 for amd64 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/process_executer/process_executer-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/process_executer/process_executer-1.2.0.ebuild b/dev-ruby/process_executer/process_executer-1.2.0.ebuild index bcbbfa273d66..787701b5fc31 100644 --- a/dev-ruby/process_executer/process_executer-1.2.0.ebuild +++ b/dev-ruby/process_executer/process_executer-1.2.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/main-branch/process_executer/archive/refs/tags/v${PV LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" all_ruby_prepare() { sed -e '/simplecov/ s:^:#:' \
