From 88af4bb4439dbe3a93e3f625c44fad7657e8b58c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 20 May 2025 21:54:33 +0300 Subject: [PATCH] dev-util/kcov: Stabilize 43 amd64, #955189 Signed-off-by: Arthur Zamarin --- dev-util/kcov/kcov-43.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kcov/kcov-43.ebuild b/dev-util/kcov/kcov-43.ebuild index 32f6b0358b923..014165152149d 100644 --- a/dev-util/kcov/kcov-43.ebuild +++ b/dev-util/kcov/kcov-43.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 @@ -15,7 +15,7 @@ if [[ "${PV}" = 9999 ]]; then EGIT_REPO_URI="https://github.com/SimonKagstrom/kcov.git" else SRC_URI="https://github.com/SimonKagstrom/kcov/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2 MIT"