summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-01-10 10:47:50 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-01-10 10:47:50 +0200
commit0c9ea31f25ee8b4f0c89184fb02bc53cae2bf744 (patch)
tree4473d431d349696580fdf436c1f0d0f42218dd20 /dev-util/lcov
parentapp-admin/setools: Keyword 4.5.1 x86, #944723 (diff)
downloadgentoo-0c9ea31f25ee8b4f0c89184fb02bc53cae2bf744.tar.gz
gentoo-0c9ea31f25ee8b4f0c89184fb02bc53cae2bf744.tar.bz2
gentoo-0c9ea31f25ee8b4f0c89184fb02bc53cae2bf744.zip
dev-util/lcov: Keyword 2.3 mips, #947788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/lcov')
-rw-r--r--dev-util/lcov/lcov-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lcov/lcov-2.3.ebuild b/dev-util/lcov/lcov-2.3.ebuild
index 22779a70e390..69fc2fc28e75 100644
--- a/dev-util/lcov/lcov-2.3.ebuild
+++ b/dev-util/lcov/lcov-2.3.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="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~x86"
fi
LICENSE="GPL-2+"