From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libfaketime/
Date: Tue, 3 Mar 2020 00:03:21 +0000 (UTC) [thread overview]
Message-ID: <1583193784.d5d3c4569e5411dd4c4847bbe413452db40ba4b7.whissi@gentoo> (raw)
commit: d5d3c4569e5411dd4c4847bbe413452db40ba4b7
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 23:48:40 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 00:03:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d3c456
sys-libs/libfaketime: don't call CC directly for tests
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild | 4 ++--
sys-libs/libfaketime/libfaketime-0.9.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild
index d157aa32edf..538aad5ced3 100644
--- a/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild
+++ b/sys-libs/libfaketime/libfaketime-0.9.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -37,7 +37,7 @@ multilib_src_compile() {
}
multilib_src_test() {
- multilib_is_native_abi && emake test
+ multilib_is_native_abi && emake CC="$(tc-getCC)" test
}
multilib_src_install() {
diff --git a/sys-libs/libfaketime/libfaketime-0.9.7.ebuild b/sys-libs/libfaketime/libfaketime-0.9.7.ebuild
index 0a558c5d178..6166040c60d 100644
--- a/sys-libs/libfaketime/libfaketime-0.9.7.ebuild
+++ b/sys-libs/libfaketime/libfaketime-0.9.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -37,7 +37,7 @@ multilib_src_compile() {
}
multilib_src_test() {
- multilib_is_native_abi && emake test
+ multilib_is_native_abi && emake CC="$(tc-getCC)" test
}
multilib_src_install() {
next reply other threads:[~2020-03-03 0:03 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-03 0:03 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-03 22:08 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libfaketime/ Sam James
2024-03-03 21:44 Andreas K. Hüttel
2024-03-03 21:44 Andreas K. Hüttel
2023-11-24 9:31 Sam James
2023-03-04 8:18 Arthur Zamarin
2023-03-04 7:47 Arthur Zamarin
2023-03-04 7:28 Arthur Zamarin
2023-03-04 6:29 Arthur Zamarin
2023-03-04 5:49 Arthur Zamarin
2022-08-25 3:50 Sam James
2022-08-25 3:47 Sam James
2022-08-25 3:47 Sam James
2022-05-19 9:27 Yixun Lan
2022-05-19 9:27 Yixun Lan
2021-04-24 16:26 Thomas Deutschmann
2021-04-24 16:26 Thomas Deutschmann
2021-03-01 18:06 Thomas Deutschmann
2021-03-01 18:06 Thomas Deutschmann
2020-06-13 21:09 Matt Turner
2020-05-08 9:36 Sergei Trofimovich
2020-05-03 10:25 Agostino Sarubbo
2020-04-04 10:52 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 23:40 Sergei Trofimovich
2020-03-16 20:09 Matt Turner
2020-03-03 0:03 Thomas Deutschmann
2020-03-03 0:03 Thomas Deutschmann
2020-03-03 0:03 Thomas Deutschmann
2018-06-03 8:00 Mart Raudsepp
2018-03-28 5:05 Markus Meier
2017-11-23 20:48 Thomas Deutschmann
2017-10-01 19:38 Sergei Trofimovich
2017-08-12 19:11 Thomas Deutschmann
2017-05-18 19:16 Thomas Deutschmann
2017-05-07 7:06 Thomas Deutschmann
2016-12-05 16:26 Mike Frysinger
2016-09-25 19:57 Jeroen Roovers
2016-09-14 20:20 Thomas Deutschmann
2016-05-19 9:42 Jeroen Roovers
2016-03-15 17:28 Markus Meier
2015-09-15 0:41 Tim Harder
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=1583193784.d5d3c4569e5411dd4c4847bbe413452db40ba4b7.whissi@gentoo \
--to=whissi@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