Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libfaketime/
Date: Mon, 01 Mar 2021 18:06:25
Message-Id: 1614621211.5941915e5a838dba1c7e637b12db977ce287adc0.whissi@gentoo
1 commit: 5941915e5a838dba1c7e637b12db977ce287adc0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 1 17:53:31 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 17:53:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5941915e
7
8 sys-libs/libfaketime: bump to v0.9.9
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-libs/libfaketime/libfaketime-0.9.9.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/sys-libs/libfaketime/libfaketime-0.9.9.ebuild b/sys-libs/libfaketime/libfaketime-0.9.9.ebuild
17 index b0b38382026..6f985492cd6 100644
18 --- a/sys-libs/libfaketime/libfaketime-0.9.9.ebuild
19 +++ b/sys-libs/libfaketime/libfaketime-0.9.9.ebuild
20 @@ -42,6 +42,11 @@ multilib_src_compile() {
21 }
22
23 multilib_src_test() {
24 + if has usersandbox ${FEATURES} ; then
25 + # Tests are using LD_PRELOAD which clashes with FEATURES=usersandbox
26 + ewarn "Tests are known to fail with usersandbox enabled."
27 + fi
28 +
29 multilib_is_native_abi && emake CC="$(tc-getCC)" test
30 }