diff options
author | Sam James <sam@gentoo.org> | 2025-01-07 18:30:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-07 18:30:28 +0000 |
commit | dd12272bf2e364c8207f13938ffcae058af4ea39 (patch) | |
tree | be89d1148507981f4ffc6488afbabc1214764f91 /dev-util/lcov | |
parent | x11-wm/qtile: Bump to 0.30.0 (diff) | |
download | gentoo-dd12272bf2e364c8207f13938ffcae058af4ea39.tar.gz gentoo-dd12272bf2e364c8207f13938ffcae058af4ea39.tar.bz2 gentoo-dd12272bf2e364c8207f13938ffcae058af4ea39.zip |
dev-util/lcov: Keyword 2.0-r4 arm64, #947654
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/lcov')
-rw-r--r-- | dev-util/lcov/lcov-2.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lcov/lcov-2.0-r4.ebuild b/dev-util/lcov/lcov-2.0-r4.ebuild index 27ea34a97e5a..a815d73a4762 100644 --- a/dev-util/lcov/lcov-2.0-r4.ebuild +++ b/dev-util/lcov/lcov-2.0-r4.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" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-2+" |