commit: d05d2756473a9aaf4565ec196937dfa9b3f7bee8 Author: Sergio Gomez <sergio.g.delreal <AT> gmail <DOT> com> AuthorDate: Sun Mar 9 14:37:59 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 10 00:20:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05d2756
dev-util/rt-tests: add 'append-lfs-flags' Closes: https://bugs.gentoo.org/950988 Signed-off-by: Sergio Gomez <sergio.g.delreal <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40978 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/rt-tests/rt-tests-2.7.ebuild | 3 ++- dev-util/rt-tests/rt-tests-2.8.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/rt-tests/rt-tests-2.7.ebuild b/dev-util/rt-tests/rt-tests-2.7.ebuild index d11236401857..1cc0617334a2 100644 --- a/dev-util/rt-tests/rt-tests-2.7.ebuild +++ b/dev-util/rt-tests/rt-tests-2.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit python-single-r1 toolchain-funcs +inherit python-single-r1 toolchain-funcs flag-o-matic DESCRIPTION="A collection of latency testing tools for the linux(-rt) kernel" HOMEPAGE="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/" @@ -28,6 +28,7 @@ src_prepare() { } src_compile() { + append-lfs-flags emake CC="$(tc-getCC)" AR="$(tc-getAR)" } diff --git a/dev-util/rt-tests/rt-tests-2.8.ebuild b/dev-util/rt-tests/rt-tests-2.8.ebuild index 8749b0d1bb86..9d580cd09c58 100644 --- a/dev-util/rt-tests/rt-tests-2.8.ebuild +++ b/dev-util/rt-tests/rt-tests-2.8.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit python-single-r1 toolchain-funcs +inherit python-single-r1 toolchain-funcs flag-o-matic DESCRIPTION="A collection of latency testing tools for the linux(-rt) kernel" HOMEPAGE="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/" @@ -32,6 +32,7 @@ src_prepare() { } src_compile() { + append-lfs-flags emake CC="$(tc-getCC)" AR="$(tc-getAR)" }
