summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Mask media-gfx/freecad[qt5], dev-python/qtpy[pyside2]Andreas Sturmlechner2024-11-231-0/+5
| | | | | | Ahead of dev-python/pyside2 last-rites. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/base: globally package.use.mask xemacs[dnd]Mats Lidell2024-11-201-0/+5
| | | | | Bug: https://bugs.gentoo.org/908831 Signed-off-by: Mats Lidell <matsl@gentoo.org>
* profiles: mask g15 use flags as wellRobin H. Johnson2024-11-171-0/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/ncurses: add 6.5_p20241109Sam James2024-11-171-0/+4
| | | | | | | | The t64 patch is added to the patchset. Bug: https://bugs.gentoo.org/930805 Closes: https://bugs.gentoo.org/920266 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: globally package.use.mask firefox[wasm]Joonas Niilola2024-11-161-0/+4
| | | | | | - it can currently only work in amd64 & arm64. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles: Cleanup obsolete *use.*mask entriesAndreas Sturmlechner2024-11-131-4/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Un-stable-mask python3_13 targetsMichał Górny2024-11-132-6/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39158 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base/use.mask: mask the PHP 8.1.x targetMichael Orlitzky2024-11-131-0/+7
| | | | | | | The 8.1 slot of dev-lang/php is going to be masked, but before we can do that, we need to prevent packages from trying to pull it in. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles/base: p.use.force appropriate llvm_slot_x for Rust.Matt Jolly2024-11-131-0/+27
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* profiles/base: mask www-client/chromium[system-icu]Matt Jolly2024-11-111-0/+6
| | | | | | | | | | | | | Chromium fails to build with ICU 76.1. While we could work around this in the ebuild, we already have machinery in place that enables us to toggle the use of the bundled library; we'll mask the USE for a little while until upstream have sorted it out. Given how fast Chromium moves this should not stick around for too long. Bug: https://bugs.gentoo.org/943216 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* profiles: mask >=sys-auth/polkit-124 on non-systemd profilesSam James2024-11-101-0/+5
| | | | | | | | | | >=polkit-124 breaks suspend on elogind systems and I haven't been able to get to the bottom of it, so mask for now. Bug: https://github.com/polkit-org/polkit/issues/451 Bug: https://bugs.gentoo.org/923614 Bug: https://bugs.gentoo.org/934314 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: use.mask repolite[doc]Joonas Niilola2024-11-071-0/+4
| | | | | Closes: https://bugs.gentoo.org/942992 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-mta/netqmail: drop USE=authcramPetr Vaněk2024-11-051-4/+0
| | | | | | | | | | The net-mail/cmd5checkpw no longer exists in the tree. It was treecleaned in commit 5fb2f02da424 ("net-mail/cmd5checkpw: treeclean") almost two years ago. Therefore, authcram USE flag is no longer working. Time to remove it, it is already masked anyway. Bug: https://bugs.gentoo.org/833292 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* profiles/base: update mask on dev-java/protobuf-javaVolkmar W. Pogatzki2024-11-041-4/+4
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39180/commits/91f89a84091ab810b0a4cd9f541e7316622b8f94 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* sys-kernel/dracut: get the tests up and runningAndrew Ammerlaan2024-11-011-4/+0
| | | | | | | | | Instead of skipping the tests if we are not root or cannot access kvm, communicate properly what we need with PROPERTIES and addwrite. Also add several missing dependencies and the dependency on qemu Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles: Add a global USE=time64Michał Górny2024-11-012-5/+1
| | | | | | | | | Add a global time64 flag that is forced on time64 profiles and masked elsewhere. This flag will be used to toggle the default _TIME_BITS value in sys-devel/gcc, and also to toggle between different archives in *-bin packages (e.g. dev-python/pypy*-exe-bin). Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/elfutils: add 0.192Sam James2024-10-291-0/+4
| | | | | | | | Wires up USE=stacktrace for the new eu-stacktrace tool, which is very exciting, but still relies on patched sysprof so masked the USE flag for now. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: Un-stable-mask python3_13 on python-execMichał Górny2024-10-261-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: add masking and forcing for gcc[time64] and perl_features_time64Andreas K. Hüttel2024-10-212-0/+10
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles: Clean outdated entries upMichał Górny2024-10-183-41/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/base: force on dev-lang/gnat-gpl[cxx] tooSam James2024-10-151-1/+1
| | | | | | | Without USE=cxx, it'll silently disable Ada support. Bug: https://bugs.gentoo.org/937774 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: Add python3_13t (freethreading) targetMichał Górny2024-10-142-0/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/base: stable.mask system-protoc for protobuf-java-4.28.1Volkmar W. Pogatzki2024-10-141-0/+4
| | | | | | | | This should allow statbilization independent from dev-libs/protobuf. Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836/commits/51bf9ea2180b2947a96a2257c0f6a9b0241dc0a8 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* profiles/base: remove unneccessary mask for sci-libs/ipoptAndrew Udvare2024-10-141-4/+0
| | | | | | Signed-off-by: Andrew Udvare <audvare@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35317 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles/base: use mask abseil for dev-cpp/gtestPeter Levine2024-10-141-0/+5
| | | | | | | | | | No problem building and installing the package but when building against other packages like dev-cpp/ms-gsl-4.0.0[test], for instance, it fails with "undefined reference to `testing::internal::RE::~RE()'" and the like. Mask for testing, for now. Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-lang/python: Remove gil flag from 3.13.0Michał Górny2024-10-122-8/+1
| | | | | | | | Remove freethreading support from dev-lang/python:3.13. This variant is not binary-compatible with the regular version of Python, and as such needs to be handled separately. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/base: Mask app-i18n/mozc[fcitx4]Yongxiang Liang2024-10-101-0/+4
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* kde-frameworks/baloo: drop 5.116.0, 5.116.0-r1Andreas Sturmlechner2024-10-081-1/+0
| | | | | | No more SLOT 5 revdeps. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-apps/libkgapi: drop 23.08.5-r1Andreas Sturmlechner2024-10-081-1/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-plasma/libplasma: drop 5.116.0, 5.116.0-r1Andreas Sturmlechner2024-10-081-1/+0
| | | | | | No more SLOT 5 revdeps. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/base: mask USE=webkit for media-gfx/gthumbMichael Orlitzky2024-10-071-0/+7
| | | | | | | | | Disable USE=webkit for gthumb to eliminate its dependency on the old libsoup2 slot of webkit-gtk. Eventually the flag can be dropped from the ebuild, but let's see if this causes any riots first. Bug: https://bugs.gentoo.org/893700 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles/base/make.defaults: drop ruby31 from RUBY_TARGETSHans de Graaff2024-10-061-2/+2
| | | | | | | | ruby32 has been stable on all arches for some time now and people have had time to update to ruby32. Remove ruby31 in preparation for its masking in April 2025. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles: base: Cleanup obsolete p.use.mask and p.use.stable.mask entriesAndreas Sturmlechner2024-10-052-10/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/base: mask openjdk:23[javafx]Volkmar W. Pogatzki2024-10-011-0/+4
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38658 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* profiles/base: msak dev-lang/gnat-gpl[pgo,lto]Sam James2024-09-301-0/+5
| | | | | | | | | | gnat-gpl is purely for bootstrapping Ada and it's based on an old version of GCC. Avoid risks of miscompilations. This might explain an odd Fortran failure we had on the binhost builder w/ USE=pgo. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: force dev-lang/gnat-gpl[ada]Sam James2024-09-301-0/+6
| | | | | | | | | gnat-gpl only exists for (bootstrapping) Ada. Until bug #940471 is handled, force Ada on. Once it is split/moved/gutted, this won't be necessary as it'll always build Ada. Bug: https://bugs.gentoo.org/940471 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: Change postgres_targets default to postgres16Patrick Lauer2024-09-261-1/+1
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* eclass/, profiles/: Enable PostgreSQL 17 supportPatrick Lauer2024-09-261-0/+4
| | | | Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* profiles: Mask seccomp on net-misc/lldpd except x86 (bug #940014)Patrick McLean2024-09-231-0/+4
| | | | | Closes: https://bugs.gentoo.org/940014 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* profiles/base: mask llvm_slot_19 for stableSam James2024-09-181-0/+4
| | | | | | Not yet marked stable. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: unmask freecad[qt6]Andrew Ammerlaan2024-09-161-5/+0
| | | | | | works a lot better in 1.0_rc1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles/base: update mask on USE=system-protoc dev-java/protobuf-javaVolkmar W. Pogatzki2024-09-161-4/+4
| | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37789/commits/27b4bdaae3bad102cc74222684cb9b0b885d2c4c Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* profiles/base: unmask doc for app-emulation/virtualboxViorel Munteanu2024-09-151-8/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* profiles/base: Default-enable targets on dev-python/python-testsMichał Górny2024-09-151-0/+8
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/digikam: drop 8.4.0Andreas Sturmlechner2024-09-141-1/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/base: mask app-alternatives/yacc[reference]Sam James2024-09-071-0/+5
| | | | | | | | | | yacc[reference] exists more for curiosity than anything else, it's not for real use on systems. Prompted by a user report of radvd not building with it as it seems to lack yyparse. Signed-off-by: Sam James <sam@gentoo.org>
* profiles: base: Mask kde-plasma/plasma-meta:5[cups]Andreas Sturmlechner2024-09-041-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: drop MONKEYD_PLUGINS description and vars (treecleaned)Michael Orlitzky2024-09-041-1/+1
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles: base: Cleanup all kde-apps/kde*-meta masksAndreas Sturmlechner2024-09-041-15/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: base: Mask kde-plasma/plasma-meta:5[handbook]Andreas Sturmlechner2024-09-041-0/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>