summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: mask doc USE flag for app-admin/conkyDaniel Pielmeier2023-03-041-0/+5
| | | | Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* profiles/features/wd40: mask jit for dev-lang/rubyHans de Graaff2023-03-041-0/+4
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles: Mask x11-apps/xdbedizzy and x11-apps/xf86gda for removalMatt Turner2023-03-041-0/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles: Mask gnome-base/gconf and gnome-extra/gconf-editor for removalMatt Turner2023-03-041-0/+6
| | | | | Bug: https://bugs.gentoo.org/873841 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/rocm-clang-ocl: Remove last-rited packageAndreas Sturmlechner2023-03-041-5/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-devel/llvm-roc: Remove last-rited packageAndreas Sturmlechner2023-03-041-1/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/features/prefix/standalone: mask getentropyBart Oldeman2023-03-041-1/+5
| | | | | | | | | | | | | | | | | | When bootstrapping on a 3.10 kernel (e.g. CentOS 7.x), libgcrypt notes the following: ``` * Messages for package dev-libs/libgcrypt-1.10.1-r3: * The getentropy function requires the getrandom syscall. * This was introduced in Linux 3.17. * Your system is currently running Linux 3.10.0-1160.45.1.el7.x86_64. * Disable the 'getentropy' USE flag or upgrade your kernel. * ERROR: dev-libs/libgcrypt-1.10.1-r3::gentoo failed (pretend phase): * Kernel is too old for getentropy ``` Since without getrandom it will do a runtime check it's ok to mask. Signed-off-by: Bart Oldeman <bart.oldeman@calculquebec.ca> Closes: https://github.com/gentoo/gentoo/pull/29906 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/llvm: default sys-libs/llvm-libunwind[static-libs] onSam James2023-03-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, statically linking even a basic example fails because we're using llvm-libunwind rather than GCC's internals. Quoting myself on the bug: """ FWIW the LLVM/Clang profiles are considered pretty experimental still. For Clang, it's tricky because it depends on configuration and the (default) flags passed. Ionen points out it should be harmless dep-wise (non-invasive to users, no need to then enable static-libs for its deps) to default to +static-libs on llvm-libunwind, which would cover most cases here. I think that generally makes sense. I see three options: 1. Adding IUSE=llvm-libunwind to virtual/libc 2. Defaulting on (which doesn't feel like a full solution alone) +static-libs in llvm-libunwind 3. Making clang-common[default-compiler-rt] depend on libunwind[static-libs] (or correspondingly llvm-libunwind[static-libs] if USE=llvm-libunwind) I think 2+3 is probably a good fit? """ Bug: https://bugs.gentoo.org/892956 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/llvm: move some package.use entries to package.use.forceSam James2023-03-032-2/+10
| | | | | | | | | | default-libcxx in particular cannot be toggled at-will as it changes ABI (libstdc++ and libcxx cannot be intermixed). We may in future want to add LLVM profiles using libstdc++ but then GCC will be required. Signed-off-by: Sam James <sam@gentoo.org>
* profiles: drop media-libs/ilmbase maskBernd Waibel2023-03-031-6/+0
| | | | | Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Mask USE=gnome on sys-power/apcupsdMatt Turner2023-03-031-0/+4
| | | | | Closes: https://bugs.gentoo.org/873883 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles: Mask app-office/upwork for removalMatt Turner2023-03-031-0/+6
| | | | | | | Bug: https://bugs.gentoo.org/809551 Bug: https://bugs.gentoo.org/873856 Bug: https://bugs.gentoo.org/891237 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles: Remove package.mask for dev-libs/libgit2-1.6.1Ulrich Müller2023-03-031-5/+0
| | | | | | Superseded bu 1.6.2, ebuild for 1.6.1 is gone. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* package.deprecated: Add dev-python/setuptools_scm_git_archiveMichał Górny2023-03-031-0/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Rename dev-python/{setuptools_scm → setuptools-scm}Michał Górny2023-03-033-2/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Rename dev-python/{myst_parser → myst-parser}Michał Górny2023-03-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* features/musl/package.use.mask: mask ↵Conrad Kostecki2023-03-011-0/+4
| | | | | | net-analyzer/nagios-plugin-check_raid[aacraid] Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* features/musl/package.mask: mask sys-block/arcconfConrad Kostecki2023-03-011-0/+4
| | | | | Closes: https://bugs.gentoo.org/898532 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* features/musl/package.mask: mask sys-apps/smcipmitoolConrad Kostecki2023-03-011-0/+4
| | | | | Closes: https://bugs.gentoo.org/898530 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* profiles/base: add cache vars for -Wimplicit-function-declaration silencingSam James2023-02-281-0/+6
| | | | | | | | | | | | Autoconf has a builtin check to try figure out how to make the compiler error out on implicit function declarations. This check necessarily emits such a warning/error. We know that -Werror=implicit-function-declaration will work on any compiler we care about, so just force that to avoid noise. This means we don't have to try whitelist 'strchr'. Bug: https://bugs.gentoo.org/870412 Signed-off-by: Sam James <sam@gentoo.org>
* package.mask: Last rite net-im/ekg2Michał Górny2023-02-281-0/+5
| | | | | Bug: https://bugs.gentoo.org/885713 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/libarchive: Fix pkg-config file in 3.6.2Michał Górny2023-02-281-5/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: broken vim versions removed, drop maskBen Kohler2023-02-281-7/+0
| | | | | | Closes: https://bugs.gentoo.org/898446 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* profiles: mask the latest vim stack due to syntax highlight issuesJoonas Niilola2023-02-281-0/+7
| | | | | Bug: https://bugs.gentoo.org/898446 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-dicts/sword-*: treecleanMarek Szuba2023-02-281-405/+0
| | | | | Closes: https://bugs.gentoo.org/892069 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* profiles/arch: mask jit USE flag for dev-lang/rubyHans de Graaff2023-02-282-0/+7
| | | | | | | Mask the jit USE flag for dev-lang/ruby since this now requires rust starting with ruby 3.2. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* package.mask: Mask =www-servers/nginx-unit-1.29.0-r1 for testingMike Pagano2023-02-271-0/+4
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* profiles: mask sys-power/dptfxtract for removalPacho Ramos2023-02-271-0/+5
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* profiles/arch/loong: mask dev-util/lldb[test] due to lld port missingWANG Xuerui2023-02-271-0/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/cutlass: new package, add 2.10.0Alfredo Tupone2023-02-271-0/+4
| | | | | Bug: https://bugs.gentoo.org/895490 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* games-rpg/adonthell: treecleanIonen Wolkens2023-02-261-8/+0
| | | | | | Closes: https://bugs.gentoo.org/889002 Closes: https://bugs.gentoo.org/892323 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/babl: mask 0.1.100 versionSergey Torokhov2023-02-261-0/+5
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch/powerpc/ppc64: shift cpudetection mask into p.use.maskSam James2023-02-262-4/+4
| | | | | | | | | | Otherwise, this affects gmp[cpudetection]. This seems to be because the mask predated package.use.mask support...? Bug: https://bugs.gentoo.org/234629 Bug: https://bugs.gentoo.org/894134 Thanks-to: Ian Jordan <immoloism@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/cython: Bump to 3.0.0_beta1Michał Górny2023-02-261-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: package.mask dev-libs/libgit2-1.6.1Ulrich Müller2023-02-261-0/+5
| | | | | Bug: https://bugs.gentoo.org/897880 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: Mask gnome-extra/seahorse-nautilus for removalMatt Turner2023-02-251-0/+6
| | | | | Bug: https://bugs.gentoo.org/897748 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/base: drop doas[persist] stable-maskSam James2023-02-261-6/+0
| | | | | | | | | | | | | The stable-mask was well intentioned, but: 1. It's a popular application and stable masks are hard for new users to understand and deal with early on; 2. Eli Schwartz points out sudo has the same problem on Linux anyway. I think the mask does more harm than good. Closes: https://bugs.gentoo.org/726994 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: mask dev-python/trio-asyncio for removalAndrew Ammerlaan2023-02-251-0/+6
| | | | | | Bug: https://bugs.gentoo.org/896898 Bug: https://bugs.gentoo.org/888444 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* package.mask: Last rite media-gfx/frogrMichał Górny2023-02-251-0/+6
| | | | | Bug: https://bugs.gentoo.org/649234 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Unmask dev-python/hiredisSven Wegener2023-02-241-6/+0
| | | | | Bug: https://bugs.gentoo.org/890385 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* package.mask: Last rite media-gfx/fimMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/855548 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite app-editors/notepadqqMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/732194 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite app-text/reedMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/776832 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite dev-python/hiredisMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/890385 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite dev-lang/regina-rexxMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/894626 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite media-tv/nvtvMichał Górny2023-02-241-0/+5
| | | | | Bug: https://bugs.gentoo.org/740480 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite dev-python/pygame_sdl2Michał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/892347 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite dev-lang/hyMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/891757 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: unmask sys-fs/genfstabjinqiang zhang2023-02-241-6/+0
| | | | | | Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/29769 Signed-off-by: Sam James <sam@gentoo.org>
* package.mask: Last rite net-misc/cbugzillaMichał Górny2023-02-241-0/+6
| | | | | Bug: https://bugs.gentoo.org/806480 Signed-off-by: Michał Górny <mgorny@gentoo.org>