Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/thread/
Date: Fri, 17 Mar 2023 19:21:06
Message-Id: 1679080844.e50edd2053db5fa079e16774cca464110a5dda7a.tupone@gentoo
1 commit: e50edd2053db5fa079e16774cca464110a5dda7a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 19:19:59 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 19:20:44 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50edd20
7
8 dev-tcltk/thread: stat64 used in configure to detect LFS
9
10 Closes: https://bugs.gentoo.org/901735
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-tcltk/thread/thread-2.8.5.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-tcltk/thread/thread-2.8.5.ebuild b/dev-tcltk/thread/thread-2.8.5.ebuild
17 index cb6b5e7e0a40..a5c3f05023c1 100644
18 --- a/dev-tcltk/thread/thread-2.8.5.ebuild
19 +++ b/dev-tcltk/thread/thread-2.8.5.ebuild
20 @@ -19,6 +19,10 @@ IUSE=""
21 DEPEND="dev-lang/tcl:0=[threads]"
22 RDEPEND="${DEPEND}"
23
24 +QA_CONFIG_IMPL_DECL_SKIP=(
25 + stat64 # used to test for Large File Support
26 +)
27 +
28 S="${WORKDIR}"/${MY_P}
29
30 PATCHES=( "${FILESDIR}"/${P}-musl.patch )