summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: media-libs/oneVPL -> media-libs/libvplAndrew Ammerlaan2024-03-071-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles: move php_targets_php8-2 into individual archesSam James2024-03-071-4/+0
| | | | | | | Easier to unmask as we go then. Bug: https://bugs.gentoo.org/920701 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: mask >=kde-misc/kdeconnect-24.02.0[bluetooth]Sam James2024-03-071-0/+6
| | | | | | | | | The bluetooth feature is unstable for now (causes timeouts if no dbus adapter is available). https://mail.kde.org/pipermail/distributions/2024-March/001481.html Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: extend firefox use.mask to also cover system-libvpxJoonas Niilola2024-03-051-1/+5
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles: unmask USE=qt6 on dev-python/pyothersideMarek Szuba2024-03-051-4/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* virtual/pkgconfig: Add IUSE=native-symlinksMatt Turner2024-02-291-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/pkgconf: Add IUSE=native-symlinksMatt Turner2024-02-291-0/+7
| | | | | | Similar to other toolchain packages. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles: unmask CETSam James2024-02-241-11/+9
| | | | | | There's no need for us to keep this hardened-only anymore. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: use.mask firefox[system-av1] on >=123.0Joonas Niilola2024-02-201-0/+5
| | | | | | | - massive rework done by upstream, will need time to check what exactly changed and is system-av1 use flag even necessary anymore. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/openvdb: add 11.0.0Paul Zander2024-02-201-1/+1
| | | | | | | | | | | | | | | | | | Automatically detects working host compiler for CUDA. Automatically detects host CUDA arch, can be overridden by setting CUDAARCHS env var. Re-enabled ax requiring <=llvm-15. Modified NanoVDB.h so Blender can decern the NanoVDB version and include the correct header. Closes: https://bugs.gentoo.org/664796 Closes: https://bugs.gentoo.org/686824 Closes: https://bugs.gentoo.org/831043 Closes: https://bugs.gentoo.org/833168 Closes: https://bugs.gentoo.org/921246 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34564 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles/base: un-stable-mask Python 3.12Sam James2024-02-202-9/+0
| | | | | Closes: https://bugs.gentoo.org/918858 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/pcsx2: add (forced) IUSE=+clangIonen Wolkens2024-02-171-0/+6
| | | | | | | | | | Makes what is happening clearer to users, and gives the option to force-disable it (through /etc/portage/profile) if really wanted. Albeit doing so will currently fail to build without patches which upstream is unlikely to accept given they took a clang-only stance and ignore bugs (thus being forced). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles: Remove stable mask of USE=test for vulkan-utility-librariesMatt Turner2024-02-151-4/+0
| | | | | | | | | This was masked pending keywording in bug #920328, which is now resolved. This reverts commit 233ada5fae87dac92373c9ca0dfaaaff2b491ba6. Bug: https://bugs.gentoo.org/920328 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/base: Mask Cinnamon wayland supportMatthew S. Turnbull2024-02-151-0/+5
| | | | | | Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com> Closes: https://github.com/gentoo/gentoo/pull/35061 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: update maintainer infoMatt Jolly2024-02-151-1/+1
| | | | | Closes: https://bugs.gentoo.org/849758 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* profiles: Mask >=media-video/ffmpeg-9999[soc]James Le Cuirot2024-02-131-0/+5
| | | | | | | The Raspberry Pi patch set is very heavy and will probably fail to apply against a live checkout. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles: Introduce LLVM_SLOT USE_EXPAND variableMichał Górny2024-02-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/vice: drop 3.7.1Ionen Wolkens2024-02-081-5/+0
| | | | | | | | Also drop ffmpeg stable mask given this is the last version with USE=ffmpeg. Not that this (forgotten) mask was still meaningful either way. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/mesa: Add USE=openglMatt Turner2024-02-011-0/+4
| | | | | Closes: https://bugs.gentoo.org/920692 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* package.use.stable.mask: Mask USE=test for dev-util/vulkan-utility-librariesNick Sarnie2024-01-311-0/+4
| | | | Signed-off-by: Nick Sarnie <sarnex@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: re-arrange USE=qt6 masks, unmask where possibleIonen Wolkens2024-01-271-7/+0
| | | | | | | | | | | | | | 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/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>
* sys-auth/pambase: wire up sssdSam James2024-01-221-0/+1
| | | | | Closes: https://bugs.gentoo.org/726050 Signed-off-by: Sam James <sam@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: set suitable platforms in kodiAlfred Wingate2024-01-211-0/+4
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@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/base: Remove use.stable.mask for postgresql:16Patrick Lauer2024-01-191-5/+1
| | | | 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/base: cleanup php8-0Sam James2024-01-181-6/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-build}/mesonMichał Górny2024-01-131-1/+1
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34790 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-devel → dev-build}/makeMichał Górny2024-01-131-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-devel → dev-debug}/gdbMichał Górny2024-01-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/920438 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/wireshark: [QA] Remove invalid USE=ltoMichał Górny2024-01-121-7/+0
| | | | | | USE=lto is only used to append -flto. Remove it. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-121-1/+1
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: cleanup USE=nptlSam James2024-01-121-2/+2
| | | | | Bug: https://bugs.gentoo.org/820905 Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/xsane: drop ocr USE flag and associated maskJohn Helmert III2024-01-071-4/+0
| | | | | | app-text/gocr is removed. Signed-off-by: John Helmert III <ajak@gentoo.org>
* dev-libs/libffi: backport fix for exec-static-trampolineSam James2024-01-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Revert "net-voip/yate: remove masked IUSE="dahdi""Sam James2023-12-271-0/+1
| | | | | | | | | | This reverts commit 546086695a47bbf4d0f3899c5b5476a4cfb3e07c. Removal date was not yet met & there are plans to possibly resurrect dahdi, per the bug. Bug: https://bugs.gentoo.org/914477 Signed-off-by: Sam James <sam@gentoo.org>
* Revert "net-misc/asterisk: remove masked IUSE="dahdi""Sam James2023-12-271-0/+5
| | | | | | | | | | This reverts commit d9cf9e165c0025b84d62e571a3d3ad7377859f94. Removal date was not yet met & there are plans to possibly resurrect dahdi, per the bug. Bug: https://bugs.gentoo.org/914477 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: update message in thunderbird[system-icu] messageJoonas Niilola2023-12-271-2/+2
| | | | | | | - another try when icu-75 is out. Leaving the stable-mask intact for preparation of that time. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* Revert "profiles/base: remove global profile thunderbird[system-icu..."Joonas Niilola2023-12-271-0/+4
| | | | | | | | | | | This reverts commit 74ff9e82b937ea76b0a149d35c811b4dbd9e0bbb. The fix did not land in 74.1 after all, but is now marked for icu-75. Globally masking thunderbird[system-icu] again. Bug: https://bugs.gentoo.org/920821 Closes: https://bugs.gentoo.org/920713 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles/base: Default to lua-5.4 for app-i18n/fcitx-luaYongxiang Liang2023-12-251-0/+4
| | | | | Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* profiles: add ruby33 RUBY_TARGETHans de Graaff2023-12-251-4/+5
| | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/base: extend gcc rust maskSam James2023-12-251-1/+1
| | | | | | Not fixed yet. Signed-off-by: Sam James <sam@gentoo.org>
* profiles/base: drop force of initramfs on dist-kernelsAndrew Ammerlaan2023-12-241-9/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles: Force www-client/vivaldi[ffmpeg-chromium] for stableJames Le Cuirot2023-12-231-0/+4
| | | | | | Until ffmpeg-6.1 is stable. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* profiles/base: mask net-analyzer/nagios-plugin-check_raid[hpa]Arthur Zamarin2023-12-221-1/+5
| | | | | | | Depends on sys-block/hpacucli, which was just masked. Fixes: f9e5d7652e38bb193c7b1d037181743b6f615c86 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* profiles/base: Mask sys-devel/sparse[llvm], for LLVM 14 removalMichał Górny2023-12-221-0/+1
| | | | | Closes: https://bugs.gentoo.org/905169 Signed-off-by: Michał Górny <mgorny@gentoo.org>