public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rt-tests/
Date: Fri, 24 Dec 2021 07:41:45 +0000 (UTC)	[thread overview]
Message-ID: <1640331683.2daf17068db59af5bc31478b7e5e2343e84b04b8.sam@gentoo> (raw)

commit:     2daf17068db59af5bc31478b7e5e2343e84b04b8
Author:     Eddy Hsu <eddyhsu <AT> google <DOT> com>
AuthorDate: Wed Dec 22 01:30:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 07:41:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2daf1706

dev-util/rt-tests: Specify C compiler in install

The ostype and machinetype are retrieved by `$(CC) -dumpmachine`. We
need to specify it also in the `src_install`.

Signed-off-by: Eddy Hsu <eddyhsu <AT> google.com>
Closes: https://github.com/gentoo/gentoo/pull/23462
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/rt-tests/rt-tests-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rt-tests/rt-tests-2.2.ebuild b/dev-util/rt-tests/rt-tests-2.2.ebuild
index 93d7da4245ba..247753110450 100644
--- a/dev-util/rt-tests/rt-tests-2.2.ebuild
+++ b/dev-util/rt-tests/rt-tests-2.2.ebuild
@@ -32,7 +32,7 @@ src_compile() {
 }
 
 src_install() {
-	emake prefix=/usr DESTDIR="${ED}" install
+	emake CC="$(tc-getCC)" prefix=/usr DESTDIR="${ED}" install
 	python_fix_shebang "${ED}"
 	python_optimize
 }


             reply	other threads:[~2021-12-24  7:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24  7:41 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  0:22 [gentoo-commits] repo/gentoo:master commit in: dev-util/rt-tests/ Sam James
2024-05-23  9:17 Florian Schmaus
2023-12-27  7:54 Viorel Munteanu
2023-12-27  7:54 Viorel Munteanu
2022-07-15  8:38 Joonas Niilola
2020-12-27  3:37 Sam James
2020-06-25  8:08 Joonas Niilola
2020-05-15 14:53 Thomas Deutschmann
2020-03-14 12:07 Joonas Niilola
2020-03-14 12:07 Joonas Niilola
2020-03-03 14:54 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640331683.2daf17068db59af5bc31478b7e5e2343e84b04b8.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox