commit: f520fb07458d7236b6e20a79c3eb5af5f96e69b5
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 20:47:45 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 20:47:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f520fb07
dev-util/lcov: Drop ~m68k keyword
It's not really needed here.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-util/lcov/lcov-2.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/lcov/lcov-2.0-r3.ebuild b/dev-util/lcov/lcov-2.0-r3.ebuild
index c4a7d3538752..062fdee07a09 100644
--- a/dev-util/lcov/lcov-2.0-r3.ebuild
+++ b/dev-util/lcov/lcov-2.0-r3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-test-project/lcov/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
fi
LICENSE="GPL-2+"