summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-arch/bzip2: Stabilize 1.0.8-r4 amd64, #886017Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libclc: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+85
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-runtime: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-271-0/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+137
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+205
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+117
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+124
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+217
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+150
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/lldb: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+116
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/lld: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+84
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/lit: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+43
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/clang-python: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+54
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+462
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang-common: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+133
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-ml/llvm-ocaml: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+113
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+525
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/llvm-common: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-272-0/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* llvm.org.eclass: Add 16.0.0_pre20221226 snapshotMichał Górny2022-12-271-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-drivers/nvidia-drivers: adjust flags for kernel-openIonen Wolkens2022-12-273-0/+24
| | | | | | | linux-mod_src_compile normally does not use *FLAGS, but the kernel blob is a different story and it fails quite easily. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: more thorough kernel toolchain handlingIonen Wolkens2022-12-276-72/+306
| | | | | | | | | | | | | | | | | | | | | | | Should "hopefully" cover most use cases without regressions. Makes some degree of sense to do this on (at least) nvidia-drivers, given it's widely used and compiles a lot of non-modules things and users may not want to use the same toolchain for these. e.g. can now do clang+lld+thinlto kernel + gcc+bfd nvidia or gcc+bfd kernel + clang+lld+thinlto nvidia Not that going to support every custom mixing possible, and please consider clang kernel an unsupported configuration despite this (hardly tested). Could be interesting to have linux-mod handle this, but that may be better to consider for EAPI=9 so it doesn't unexpectedly break anything (meanwhile it's simple to use a package.env for non-nvidia). Closes: https://bugs.gentoo.org/888587 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: attempt fatal GCC_PLUGINS warningIonen Wolkens2022-12-276-24/+30
| | | | | | | | | | | | | | | | Seen a user miss the warning and wondering why it didn't just die for attention. Was formerly worried it may die when it shouldn't, but the exact string check makes that unlikely. Fairly rare that this is an issue nowadays though, GCC_PLUGINS are typically not actually in-use and so errors don't happen (check won't trigger then either). Test isn't perfect, doesn't consider some configurations (just informational, so not very important), but still fix with -native-symlinks while here. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: use -ffat-lto-objects for libXNVCtrl.aIonen Wolkens2022-12-275-5/+25
| | | | | | | | | | | | | When using lto, prevents revdeps from getting e.g. ld.lld: error: undefined symbol: XNVCTRLQueryTargetAttribute Having these may also help other issues like mismatches. Skipping 0/390 given doesn't support XNVCTRL_CFLAGS, and 390 is hardly supported at this point (EOL). Not worth a revbump, will propagate as people upgrade their kernels. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: don't try to strip gsp firmwareIonen Wolkens2022-12-275-0/+15
| | | | | | | Attempting to strip doesn't mangle them, but this is to avoid: x86_64-pc-linux-gnu-strip: Unable to recognise the format ... Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/rofi: force flex, not reflexSam James2022-12-274-1/+13
| | | | | Bug: https://bugs.gentoo.org/887049 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/rofi: add flex version requirementPetrus Zhao2022-12-272-2/+2
| | | | | | | | Closes: https://bugs.gentoo.org/887049 Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28842 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libpsl: add 0.21.2Sam James2022-12-272-0/+60
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/icewm: move unpacker_src_uri_depends to BDEPENDSam James2022-12-273-6/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/i2pd: remove old 2.42.1Alexey Korepanov2022-12-272-81/+0
| | | | | | Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/28791 Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/i2pd: version bump 2.44.0Alexey Korepanov2022-12-272-0/+81
| | | | | | Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru> Bug: https://bugs.gentoo.org/884894 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libvncserver: version bump to 0.9.14Alexander Tsoy2022-12-272-0/+72
| | | | | | | Bug: https://bugs.gentoo.org/887067 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/28833 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-tools: add 2.13.8Igor V. Kovalenko2022-12-272-0/+35
| | | | | | Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28786 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-ust: add 2.13.5Igor V. Kovalenko2022-12-272-0/+43
| | | | | | Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28785 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/lttng-modules: add 2.13.7Igor V. Kovalenko2022-12-272-0/+50
| | | | | | | Closes: https://bugs.gentoo.org/852305 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28783 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pefile: remove dependency to dev-python/futureMario Haustein2022-12-273-4/+146
| | | | | | | Closes: https://bugs.gentoo.org/888279 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/28825 Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/spamassassin: Add verify-sig support to 4.0.0Philippe Chaintreuil2022-12-272-3/+12
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/28828 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Sam James <sam@gentoo.org>
* sec-keys/openpgp-keys-spamassassin: new package, add 20221226Philippe Chaintreuil2022-12-273-0/+32
| | | | | Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-cluster/zookeepercli: Update HOMEPAGE/upstreamDaniel M. Weeks2022-12-272-2/+2
| | | | | | Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/28836 Signed-off-by: Sam James <sam@gentoo.org>
* sci-electronics/xcircuit: subscribe to app-text/ghostscript-gpl subslotMario Haustein2022-12-271-1/+1
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/28841 Signed-off-by: Sam James <sam@gentoo.org>
* app-backup/btrbk: revbump to drop btrfs-progs restrictionSam James2022-12-271-0/+0
| | | | | | | | | | | While the original commit to add the < dep should've revbumped, the fact it doesn't does not remove the need to revbump again to drop it, as anyone who installed in the interim wouldn't be able to upgrade btrfs-progs in future. Bug: https://bugs.gentoo.org/888549 Fixes: d00acba1f7fca3d8450ddcc5d0122f459881fa46 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: drop obsolete mask entriesSam James2022-12-271-32/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-backup/btrbk: drop btrfs-progs version restrictionSam James2022-12-273-3/+3
| | | | | | | | | | Note that it needed a revbump anyway as it was runtime breakage, but it turns out btrfs-progs is broken, not btrbk, and the bad btrfs-progs version is now masked. Closes: https://bugs.gentoo.org/888549 See: d83cda29049fa2b059adcc49524724e78e247692 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask broken =sys-fs/btrfs-progs-6.1Sam James2022-12-271-0/+5
| | | | | Bug: https://bugs.gentoo.org/888549 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/graphicsmagick: add 1.3.39Sam James2022-12-273-1/+163
| | | | | Bug: https://bugs.gentoo.org/888545 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/file: add 5.44Sam James2022-12-272-0/+170
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-visualization/dash: add 2.3.1, drop 2.0.0Alfredo Tupone2022-12-273-99/+1
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* package.mask: last-rite sys-apps/superiotoolFabian Groffen2022-12-271-0/+6
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* x11-libs/libwnck: Stabilize 43.0-r1 arm64, #888493Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-libs/libwnck: Stabilize 43.0-r1 arm, #888493Sam James2022-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/Nuitka: Bump to 1.3.3Michał Górny2022-12-272-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>