diff options
author | 2025-01-10 04:16:40 +0000 | |
---|---|---|
committer | 2025-01-10 04:16:40 +0000 | |
commit | c751d026230f28340e192590b389d9f40d84ba75 (patch) | |
tree | 48b693ebb62a2216558a915852469ddc64129723 /dev-util/lcov | |
parent | app-arch/csnappy: Keyword 0_pre20220804 arm64, #947788 (diff) | |
download | gentoo-c751d026230f28340e192590b389d9f40d84ba75.tar.gz gentoo-c751d026230f28340e192590b389d9f40d84ba75.tar.bz2 gentoo-c751d026230f28340e192590b389d9f40d84ba75.zip |
dev-util/lcov: Keyword 2.3 arm, #947788
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/lcov')
-rw-r--r-- | dev-util/lcov/lcov-2.3.ebuild | 2 |
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 4b2ad6867c18..8482b5223141 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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2+" |