Diff lcov-1.15 with a lcov-9999

/usr/portage/dev-util/lcov/lcov-9999.ebuild 2023-10-09 14:52:30.976368388 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
7 7
	EGIT_REPO_URI="https://github.com/linux-test-project/lcov.git"
8 8
	inherit git-r3
9 9
else
10
	SRC_URI="https://github.com/linux-test-project/lcov/releases/download/v${PV}/${P}.tar.gz"
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
10
	SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
11
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux ~x64-macos"
12 12
fi
13 13

  
14 14
inherit optfeature prefix
Thank you!