summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move dev-python/{confusable_homoglyphs → confusable-homoglyphs}Michał Górny2024-01-301-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Mask app-editors/emacs:25 for removalUlrich Müller2024-01-301-0/+7
| | | | | Bug: https://bugs.gentoo.org/923329 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* package.use.mask: Mask USE=zink on media-libs/mesaMatt Turner2024-01-291-0/+4
| | | | | | Bug: https://bugs.gentoo.org/919858 Bug: https://bugs.gentoo.org/923054 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles.desc: Add s390 23.0 profilesAndreas K. Hüttel2024-01-281-0/+6
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/package.mask: unmask net-nds/nsscache, fixedRobin H. Johnson2024-01-271-8/+0
| | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/897136 Closes: https://bugs.gentoo.org/910013
* profiles/arch/riscv: dev-util/catalyst -isoIan Jordan2024-01-271-0/+5
| | | | | | | | dev-libs/libisoburn is unkeyworded so masking this for both 4.0-rc1 and 9999 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35027 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* profiles/base: drop old rust[nightly] maskSam James2024-01-271-7/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: unmask dev-lang/rust[profiler] for stableMatt Jolly2024-01-271-1/+1
| | | | | | | | | | | | | | The profiler is required to build chromium >=121. With the initial justification for masking the USE being somewhat flimsy, in the absence of rust maintainers to tell us otherwise we'll unmask it for stable and deal with any consequences. Bug: https://bugs.gentoo.org/922982 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/35039 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/updates: fix OldPackageUpdate (scikit-learn) (deux)Sam James2024-01-271-1/+1
| | | | | | See https://github.com/gentoo/devmanual/pull/326, oops. Signed-off-by: Sam James <sam@gentoo.org>
* Revert "profiles/updates: fix OldPackageUpdate (scikit-image)"Sam James2024-01-271-0/+1
| | | | | | This reverts commit bbda4b65552e385de85484c519334fa7ee9f208e. Signed-off-by: Sam James <sam@gentoo.org>
* profiles: unmask >=dev-libs/libxml2-2.12.0Matt Jolly2024-01-271-4/+0
| | | | | | | | Chromium was the last major package that needed work Bug: https://bugs.gentoo.org/917537 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/updates: fix OldPackageUpdate (scikit-image)Sam James2024-01-271-1/+0
| | | | | | See dc3ca712259787a759fe050e49f0c84ca914d4b2. Signed-off-by: Sam James <sam@gentoo.org>
* profiles: re-arrange USE=qt6 masks, unmask where possibleIonen Wolkens2024-01-2720-18/+55
| | | | | | | | | | | | | | Follow-up to bug #918896 which keyworded requirements for unmasking on most arches (sparc is still pending, so remains masked for now). Note that still use.stable.masked where needed, stabilizations will wait a bit to see if any trouble arises in ~arch from unmasking. If add new IUSE=qt6 and missing a dependency, ideally please file (re)keywordreqs as needed rather than mask (unless need qtwebengine). Bug: https://bugs.gentoo.org/918896 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles.desc: Add 23.0 sparc profilesAndreas K. Hüttel2024-01-271-0/+10
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* package.mask: Remove testing mask on linux-firmware-20240115-r1Mike Pagano2024-01-261-7/+0
| | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* package.mask: include refs to more bugs for libsrs_alt maskFabian Groffen2024-01-261-0/+1
| | | | | | Bug: https://bugs.gentoo.org/875410 Bug: https://bugs.gentoo.org/847211 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* package.mask: last-rite mail-filter/libsrs_altFabian Groffen2024-01-261-0/+5
| | | | | Bug: https://bugs.gentoo.org/885057 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* Move {sci-libs → dev-python}/scikit-imageMichał Górny2024-01-261-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-apache/anyterm: treecleanPetr Vaněk2024-01-261-6/+0
| | | | | | | | | | Closes: https://bugs.gentoo.org/303339 Closes: https://bugs.gentoo.org/712770 Closes: https://bugs.gentoo.org/732282 Closes: https://bugs.gentoo.org/782907 Closes: https://bugs.gentoo.org/870883 Closes: https://bugs.gentoo.org/898858 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* profiles/arch: fix mask locationsSam James2024-01-263-16/+17
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/libvirt: Add virtiofsd USE flagMichal Privoznik2024-01-263-0/+12
| | | | | | | | | | | | While technically app-emulation/virtiofsd is not a libvirt dependency (app-emulation/qemu and app-emulation/virtiofsd can function on their own, happily), it's handy (in some scenarios) to drag it automatically in as a dependency. Invent "virtiofsd" USE flag that controls this. Bug: https://bugs.gentoo.org/913212 Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/features/wd40: mask app-emulation/virtiofsdMichal Privoznik2024-01-261-0/+1
| | | | | | | | | The app-emulation/virtiofsd package is written in Rust and as such it's not available on all architectures. Add it onto a list of other Rust packages. Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch/alpha: mask USE=flatpakMatoro Mahri2024-01-251-1/+5
| | | | | | Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles/arch/alpha: mask dev-util/perf[bpf]Matoro Mahri2024-01-251-0/+4
| | | | | | Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* Move {dev-util → dev-build}/icmakeLinuxUserGD2024-01-251-0/+1
| | | | | | Signed-off-by: LinuxUserGD <hugegameartgd@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34998 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* 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>