Diff glibc-2.38-r5 with a glibc-9999
/usr/portage/sys-libs/glibc/glibc-9999.ebuild 2023-10-09 14:52:35.548368503 +0300 | ||
---|---|---|
6 | 6 |
# Bumping notes: https://wiki.gentoo.org/wiki/Project:Toolchain/sys-libs/glibc |
7 | 7 |
# Please read & adapt the page as necessary if obsolete. |
8 | 8 | |
9 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
9 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
10 | 10 |
TMPFILES_OPTIONAL=1 |
11 | 11 | |
12 | 12 |
inherit python-any-r1 prefix preserve-libs toolchain-funcs flag-o-matic gnuconfig \ |
... | ... | |
20 | 20 |
EMULTILIB_PKG="true" |
21 | 21 | |
22 | 22 |
# Gentoo patchset (ignored for live ebuilds) |
23 |
PATCH_VER=5 |
|
23 |
PATCH_VER=1 |
|
24 | 24 |
PATCH_DEV=dilfridge |
25 | 25 | |
26 | 26 |
# gcc mulitilib bootstrap files version |
... | ... | |
39 | 39 |
if [[ ${PV} == 9999* ]]; then |
40 | 40 |
inherit git-r3 |
41 | 41 |
else |
42 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
42 |
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
43 | 43 |
SRC_URI="mirror://gnu/glibc/${P}.tar.xz" |
44 | 44 |
SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" |
45 | 45 |
fi |
... | ... | |
1268 | 1268 |
# we give the tests a bit more time to avoid spurious |
1269 | 1269 |
# bug reports on slow arches |
1270 | 1270 | |
1271 |
SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=32 emake ${myxfailparams} check |
|
1271 |
SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=16 emake ${myxfailparams} check |
|
1272 | 1272 |
} |
1273 | 1273 | |
1274 | 1274 |
src_test() { |