summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: mask app-misc/ddcutil-2.1.0Andrew Ammerlaan2024-01-251-0/+6
| | | | | | | | | | | causes repeated crashes in powerdevil if birhgtness-control is enabled. Additionally ddcui fails to start when this happens. Presumably this has something to do with the new locking mechanism introduced in this version, but I still have to investigate further. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles.desc: Add x86 23.0 profiles (all exp, without musl)Andreas K. Hüttel2024-01-241-0/+39
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/base: mask USE=debug for sci-mathematics/gapMichael Orlitzky2024-01-241-0/+11
| | | | | | | A missing "-o pipefail" that has now been added to the eclass can cause test failures in dev-gap packages otherwise. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* package.mask: Last rite net-nds/nsscacheMichał Górny2024-01-241-0/+8
| | | | | Bug: https://bugs.gentoo.org/897136 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: mask installkernel-systemd for removalAndrew Ammerlaan2024-01-241-0/+10
| | | | | | installkernel[systemd] is the replacement Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles/package.mask: revert transfig maskHans de Graaff2024-01-241-6/+0
| | | | | | Reverse dependencies were overlooked and need to be resolved first. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/package.mask: mask transfig for removalHans de Graaff2024-01-241-2/+8
| | | | | Bug: https://bugs.gentoo.org/917279 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* package.mask: Last rite dev-python/pymilterMichał Górny2024-01-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/894688 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/features/musl: fix mask entrySam James2024-01-241-4/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/bcachefs-tools: add 1.4.1Christopher Fore2024-01-241-0/+4
| | | | | | | | | | | | - Remove itertools dependency - Add some sandbox tests back (passing now) - Add remote id to metadata.xml for rust-bindgen-bcachefs (pkgcheck scan warning) - Mask >= 1.4.1 on Musl systems (see comment) Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34969 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/musl/package.mask: mask net-misc/mcproxyConrad Kostecki2024-01-231-0/+5
| | | | | Closes: https://bugs.gentoo.org/830082 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* package.deprecated: Add dev-python/bsddb3Michał Górny2024-01-231-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: workaround sandbox bug with getcwd() configure test ↵Sam James2024-01-232-1/+15
| | | | | | | | | | | | | | (gl_cv_func_getcwd_path_max) Workaround for sandbox bug which causes this gnulib configure test to take many real hours on slower machines, and certainly a huge amount of CPU hours on others. Spoof the same result as configure gets on a modern glibc & musl system for now. Bug: https://bugs.gentoo.org/447970 Closes: https://bugs.gentoo.org/922652 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch/hppa: mask dev-qt/qtmultimedia:6[qml]Ionen Wolkens2024-01-231-0/+5
| | | | | | | | | wrt bug #919896, can be closed WONTFIX if there is no interest in getting this fixed -- odds are this mask will be permanent unless something really needs USE=qml on hppa. Bug: https://bugs.gentoo.org/919896 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles/desc: add descriptions of vpclmulqdq and new avx512 flagsSv. Lockal2024-01-221-1/+12
| | | | | | | | | Adds description from https://github.com/projg2/cpuid2cpuflags/pull/25 Bug: https://bugs.gentoo.org/908556 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34943 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-auth/pambase: wire up sssdSam James2024-01-228-1/+9
| | | | | Closes: https://bugs.gentoo.org/726050 Signed-off-by: Sam James <sam@gentoo.org>
* app-office/drawio-desktop-bin: add 22.1.21, drop 22.1.16Giuseppe Foti2024-01-221-0/+4
| | | | | | | Closes: https://bugs.gentoo.org/922504 Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34966 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-crypt/yubioath-flutter-bin: mask on muslDavid Seifert2024-01-221-0/+1
| | | | | Closes: https://bugs.gentoo.org/922321 Signed-off-by: David Seifert <soap@gentoo.org>
* profiles/base: drop media-tv/kodi[system-ffmpeg force]Sam James2024-01-221-6/+1
| | | | | | | | | | | The intent is good here, but it causes more harm-than-good. Kodi doesn't really keep up with latest ffmpeg at all so this just ends up holding back upgrades for people. Bug: https://bugs.gentoo.org/892547 Bug: https://bugs.gentoo.org/890375 Bug: https://bugs.gentoo.org/919856 Signed-off-by: Sam James <sam@gentoo.org>
* profiles,dev-gap: new category dev-gap for GAP packagesMichael Orlitzky2024-01-221-0/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles, x86, 23.0: add and inherit i{4,6}86 subfeaturesAndreas K. Hüttel2024-01-216-0/+24
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: split x86 23.0 profiles into (so far identical) i486 and i686Andreas K. Hüttel2024-01-21112-28/+110
| | | | | | Drop desktop and prefix for i486 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: plasma: Add kaccounts defaults to package.useAndreas Sturmlechner2024-01-211-0/+4
| | | | | | | | Not adding kde-plasma/plasma-welcome for upstream disabling it again in Plasma 6. Bug: https://bugs.gentoo.org/920914 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: plasma: Add kde-apps/kio-extras-kf5 phonon to package.useAndreas Sturmlechner2024-01-211-1/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/prefix/darwin/macos/10.13/x64: mask c-ares-1.25.0-r1Fabian Groffen2024-01-211-0/+1
| | | | | | extend 1.25.0 mask to 1.25.0-r1 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* package.mask: Last rite net-wireless/crdaDavid Seifert2024-01-211-0/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/34920 Signed-off-by: David Seifert <soap@gentoo.org>
* package.mask: Remove obsolete pypy3 maskMichał Górny2024-01-211-9/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: set suitable platforms in kodiAlfred Wingate2024-01-214-0/+16
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* features/musl/package.mask: mask app-benchmarks/geekbench-mlConrad Kostecki2024-01-201-1/+2
| | | | | Closes: https://bugs.gentoo.org/922295 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* package.mask: Mask linux-firmware-20250115-r1 for testingMike Pagano2024-01-201-0/+7
| | | | | | | | | Modifications to USE=savedconfig to only install files from there instead of deleting them afterwards. Bug: https://bugs.gentoo.org/913049 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* profiles/base: doc generation for why3-for-spark brokenAlfredo Tupone2024-01-202-5/+5
| | | | | Closes: https://bugs.gentoo.org/890756 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* profiles: Switch prefix/linux/arm to hardfloatJames Le Cuirot2024-01-202-8/+1
| | | | | | | | | | | | | | | | | Prefix does not have profiles for ARM generations before armv7a. It currently sets CHOST to a softfloat tuple, but no one uses softfloat on armv7a these days. Inherit default/linux/arm/17.0/armv7a instead of default/linux/arm/17.0 and pick up the hardfloat tuple from there. This fixes RAP bootstrap where it would wrongly switch from softfloat to hardfloat half way through. Note that the 23.0 profiles split out arm7a into sf and hf variants, so we should probably point this prefix profile at the latter when 23.0 is ready. Closes: https://bugs.gentoo.org/921927 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* Move {dev-util → dev-debug}/scap-driverMichał Górny2024-01-191-0/+1
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34882 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-192-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/sysdigMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/straceMichał Górny2024-01-192-2/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/ltraceMichał Górny2024-01-192-2/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/leaktracerMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/dumaMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/d-spyMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/d-feetMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/bpftraceMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {dev-util → dev-debug}/apitraceMichał Górny2024-01-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Drop mask for app-editors/emacs-29.2 pretest versionsUlrich Müller2024-01-191-4/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/base: Remove use.stable.mask for postgresql:16Patrick Lauer2024-01-191-5/+1
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* profiles/desc: Remove postgres11Patrick Lauer2024-01-191-2/+1
| | | | | | Removed in all other places. Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* profiles/base: drop obsolete gcc[rust] maskSam James2024-01-191-5/+0
| | | | | Bug: https://gcc.gnu.org/PR113056 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch: fix mask positionSam James2024-01-183-12/+12
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libvirt: Update live ebuildMichal Privoznik2024-01-183-0/+12
| | | | | | | | | | | | | | | Starting from its upstream commit of v9.9.0-rc1~108 libvirt can now use nbdkit to access network disks. The commit introduced new meson option (-Dnbdkit), which is basically just a rename of an old one (-Dlibnbd). We didn't expose the old one, but it makes sense to export the new one for proper deps tracking. But because nbdkit is available only on a small subset of arches, the useflag has to be masked on other arches that doesn't have sys-block/nbdkit. Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/ruamel-std-pathlib: treecleanJakov Smolić2024-01-182-7/+0
| | | | | Closes: https://bugs.gentoo.org/920271 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>