commit: 22fa9f4fb283f27d30106844fc66a6becebe115d Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 01:49:49 2025 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 01:49:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fa9f4f
dev-util/lcov: Add missing runtime dependency dev-perl/Memory-Process Bug: https://bugs.gentoo.org/947616 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> dev-util/lcov/{lcov-9999.ebuild => lcov-2.0-r4.ebuild} | 7 ++++++- dev-util/lcov/lcov-9999.ebuild | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/lcov/lcov-9999.ebuild b/dev-util/lcov/lcov-2.0-r4.ebuild similarity index 93% copy from dev-util/lcov/lcov-9999.ebuild copy to dev-util/lcov/lcov-2.0-r4.ebuild index 6c598e69a44b..27ea34a97e5a 100644 --- a/dev-util/lcov/lcov-9999.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="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux ~x64-macos" + KEYWORDS="~amd64" fi LICENSE="GPL-2+" @@ -33,6 +33,7 @@ RDEPEND=" virtual/perl-JSON-PP dev-perl/JSON ) + dev-perl/Memory-Process dev-perl/TimeDate dev-perl/PerlIO-gzip " @@ -47,6 +48,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${P}-wrong-error-code.patch +) + python_check_deps() { python_has_version "dev-python/xlsxwriter[${PYTHON_USEDEP}]" } diff --git a/dev-util/lcov/lcov-9999.ebuild b/dev-util/lcov/lcov-9999.ebuild index 6c598e69a44b..68b21a99a686 100644 --- a/dev-util/lcov/lcov-9999.ebuild +++ b/dev-util/lcov/lcov-9999.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="~amd64" fi LICENSE="GPL-2+" @@ -33,6 +33,7 @@ RDEPEND=" virtual/perl-JSON-PP dev-perl/JSON ) + dev-perl/Memory-Process dev-perl/TimeDate dev-perl/PerlIO-gzip "
