From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CF4C1582EF for ; Mon, 10 Mar 2025 00:23:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 04F56343166 for ; Mon, 10 Mar 2025 00:23:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8C92A1103AC; Mon, 10 Mar 2025 00:23:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 850981103AC for ; Mon, 10 Mar 2025 00:23:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E792343141 for ; Mon, 10 Mar 2025 00:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12FE28B5 for ; Mon, 10 Mar 2025 00:22:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741566041.d05d2756473a9aaf4565ec196937dfa9b3f7bee8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rt-tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rt-tests/rt-tests-2.7.ebuild dev-util/rt-tests/rt-tests-2.8.ebuild X-VCS-Directories: dev-util/rt-tests/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d05d2756473a9aaf4565ec196937dfa9b3f7bee8 X-VCS-Branch: master Date: Mon, 10 Mar 2025 00:22:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7db4e273-5687-4445-ab7f-9d883c9e9198 X-Archives-Hash: 59a3dce1e0d2851b3a3592f4b8c943a4 commit: d05d2756473a9aaf4565ec196937dfa9b3f7bee8 Author: Sergio Gomez gmail com> AuthorDate: Sun Mar 9 14:37:59 2025 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40978 Signed-off-by: Sam James 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)" }