summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libomp: Stabilize 15.0.7 ppc64, #891893Arthur Zamarin2023-01-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/llvm-libunwind: Stabilize 15.0.7 ppc64, #891893Arthur Zamarin2023-01-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Stabilize 15.0.7 ppc64, #891893Arthur Zamarin2023-01-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 15.0.7 ppc64, #891893Arthur Zamarin2023-01-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libomp: Stop enabling libomptarget on 32-bit arches in 16.xMichał Górny2023-01-241-3/+15
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Remove 16.0.0_pre20230101Michał Górny2023-01-242-150/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove 16.0.0_pre20230101Michał Górny2023-01-242-217/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove 16.0.0_pre20230101Michał Górny2023-01-242-124/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove 16.0.0_pre20230101Michał Górny2023-01-242-117/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove 16.0.0_pre20230101Michał Górny2023-01-242-205/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove 16.0.0_pre20230101Michał Górny2023-01-242-137/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/pkgcraft: respect AR/CC when building scallop's bashSam James2023-01-232-2/+10
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pkgcraft: add clang BDEPEND for bindgenSam James2023-01-232-0/+4
| | | | | | | | Thanks to radhermit for pointing out, as I'd missed the bug as well (I guess got buried under mail deluge when queue was down...?) Closes: https://bugs.gentoo.org/891669 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pkgcraft: drop stale TODOSam James2023-01-232-4/+0
| | | | | | This is already handled by the live templating now. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/liburing: backport patch to export symbolsFlorian Schmaus2023-01-222-0/+107
| | | | | Closes: https://bugs.gentoo.org/891633 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sys-libs/pkgcraft: new package, add 0.0.4, 9999Sam James2023-01-224-0/+619
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: keyword 2.36-r7Andreas K. Hüttel2023-01-211-1/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/basu: add 0.2.1Arsen Arsenović2023-01-212-0/+37
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* sys-libs/glibc: bump to 2.36 patchset 9Andreas K. Hüttel2023-01-212-2/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: 2.36 patchset 8 bumpAndreas K. Hüttel2023-01-212-0/+1637
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/newlib: allow parallel install againMike Frysinger2023-01-202-4/+4
| | | | | | | | The upstream build system has been heavily rewritten and shouldn't have any parallel install bugs in it anymore. If there are any left, they should get fixed, so let's re enable parallel install. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* */*: Deproxify arsen@aarsen.meArsen Arsenović2023-01-202-12/+4
| | | | Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
* sys-libs/newlib: version bump to 4.3.0Mike Frysinger2023-01-202-0/+154
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-libs/newlib: drop -U_FORTIFY_SOURCE workaroundMike Frysinger2023-01-201-6/+2
| | | | | | | | The latest versions of newlib seem to build fine with this turned on, so drop the hack to see if there are any latent issues to fix upstream. Bug: https://bugs.gentoo.org/656018 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-libs/newlib: disable verbose buildsMike Frysinger2023-01-201-1/+4
| | | | | | | The automatic probing of --disable-silent-rules doesn't work, so add the flag manually. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-libs/musl: drop 1.2.2-r8Sam James2023-01-152-176/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/binutils-libs: disable zstdSam James2023-01-151-0/+3
| | | | | | | Avoid automagic dep. Not sure if it's useful for binutils-libs given pretty limited consumers anyway. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/binutils-libs: avoid collision w/ /usr/share/info/sframe-spec.infoSam James2023-01-151-1/+4
| | | | | | Provided by sys-devel/gdb (13 anyway). Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/binutils-libs: add 2.40Andreas K. Hüttel2023-01-152-0/+155
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/db: remove unused patchesMichael Mair-Keimberger2023-01-145-89/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29051 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libxcrypt: fix build with lld-16WANG Xuerui2023-01-142-0/+14
| | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/zlib: fix build with lld-16WANG Xuerui2023-01-141-2/+9
| | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-1483-140/+140
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-libs/pam: Stabilize 1.5.2-r3 sparc, #888453Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-131-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Bump to 15.0.7Michał Górny2023-01-132-0/+133
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Bump to 15.0.7Michał Górny2023-01-132-0/+206
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Bump to 15.0.7Michał Górny2023-01-132-0/+118
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Bump to 15.0.7Michał Górny2023-01-132-0/+125
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Bump to 15.0.7Michał Górny2023-01-132-0/+222
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Bump to 15.0.7Michał Górny2023-01-132-0/+153
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Remove 15.x live ebuildMichał Górny2023-01-132-151/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove 15.x live ebuildMichał Górny2023-01-132-220/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove 15.x live ebuildMichał Górny2023-01-131-123/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove 15.x live ebuildMichał Górny2023-01-131-116/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove 15.x live ebuildMichał Górny2023-01-131-204/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove 15.x live ebuildMichał Górny2023-01-131-131/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/timezone-data: drop 2022f, 2022f-r1Sam James2023-01-114-581/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: Fix automagic Perl dependency that breaks Prefix QA checksJames Le Cuirot2023-01-103-2/+19
| | | | | | | | | | /usr/bin/mtrace has a Perl shebang. Gentoo Prefix QA checks fail if Perl hasn't been installed inside the prefix yet and configure picks up a Perl from outside the prefix instead. With this change, configure will fail to execute Perl during configure if we're cross-compiling a prefix, but it will just disable mtrace in that case. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-libs/llvm-libunwind: keyword 16.0.0_pre20230107 for ~loongWANG Xuerui2023-01-101-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>