Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2024-06-13 20:49:05 UTC | Repository mirror & CI | 2024-06-13 | 857 | -1207/+1306 |
| | |||||
* | Merge updates from master | Repository mirror & CI | 2024-06-13 | 21 | -432/+214 |
|\ | |||||
| * | profiles: x86: Consolidate dev-qt/qtwebengine induced package.use.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -9/+2 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: desktop: Add kf6compat to make.defaults | Andreas Sturmlechner | 2024-06-13 | 1 | -2/+2 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/926828 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: base: Drop kf6compat from use.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -4/+0 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: base: Add kf6compat to use.stable.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -0/+4 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/926828 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: base: Drop calamares/pinentry[qt6] from package.use.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: base: Add calamares/pinentry[qt6] to p.use.stable.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | profiles: Drop KDE Plasma 6.1, Gear 24.05.1 and Frameworks 6.3 p.mask | Andreas Sturmlechner | 2024-06-13 | 1 | -408/+0 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/926828 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | ecm.eclass: For _KFSLOT=6, RDEPEND on >=kde-frameworks/kf-env-6 | Andreas Sturmlechner | 2024-06-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-frameworks/kf-env: add 6 | Andreas Sturmlechner | 2024-06-13 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | dev-ml/ppx_log: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+39 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
| * | dev-ml/ppx_variants_conv: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+26 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
| * | dev-ml/variantslib: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+24 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
| * | dev-ml/sexplib: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+26 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
| * | dev-ml/parsexp: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+24 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
| * | dev-ml/ppx_expect: add 0.17.0 | Alfredo Tupone | 2024-06-13 | 3 | -0/+31 |
| | | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org> | ||||
* | | 2024-06-13 20:26:28 UTC | Repository mirror & CI | 2024-06-13 | 103 | -140/+171 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-06-13 | 36 | -49/+666 |
|\| | |||||
| * | sys-kernel/linux-firmware: add 20240610 | Mike Pagano | 2024-06-13 | 2 | -0/+418 |
| | | | | | | | | Signed-off-by: Mike Pagano <mpagano@gentoo.org> | ||||
| * | app-editors/nano: drop duplicate dep on sys-libs/ncurses | Mike Gilbert | 2024-06-13 | 2 | -2/+0 |
| | | | | | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
| * | profiles/targets/desktop/plasma: enable app-crypt/pinentry[qt6] | Sam James | 2024-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | There are other niceties we could do but some of them involve REQUIRED_USE so need to investigate. Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | profiles/targets/desktop/plasma: add foundational USE=qt6 package.use | Sam James | 2024-06-13 | 1 | -0/+14 |
| | | | | | | | | | | | | | | Needed to avoid conflicts/default p.use changes on plasma profile w/ plasma-meta & kde-apps-meta. Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | eclass/tests: Fail the .%.sh.ok Makefile recipe if the test fails | Ulrich Müller | 2024-06-13 | 1 | -3/+5 |
| | | | | | | | | | | | | | | With .ONESHELL active, only the return status of the final recipe line will be checked. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
| * | eclass/tests: Filter version-funcs.sh from the list of tests | Ulrich Müller | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: 16b2c5ebb2869f4132536e5eb0a465b534556fb6 Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
| * | app-editors/nano: drop flag-o-matic | Mike Gilbert | 2024-06-13 | 2 | -4/+0 |
| | | | | | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
| * | app-editors/nano: drop IUSE=static | Mike Gilbert | 2024-06-13 | 2 | -22/+10 |
| | | | | | | | | | | | | | | nano calls getpwuid (NSS), which can be problematic in static binaries. Bug: https://bugs.gentoo.org/934128 Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
| * | profiles/arch: mask kf6compat where KF6 not yet available | Sam James | 2024-06-13 | 6 | -2/+26 |
| | | | | | | | | | | | | | | Needs unkeyworded KF6. Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | dev-libs/simdjson: add 3.9.4 | Patrick McLean | 2024-06-13 | 2 | -0/+104 |
| | | | | | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
| * | app-i18n/scim: Stabilize 1.4.18-r1 arm64, #934212 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | media-video/ffmpeg-chromium: Stabilize 126 arm64, #934193 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | www-client/chromium: Stabilize 126.0.6478.57 arm64, #934193 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | profiles/arch: mask app-office/libreoffice[qt6] where KF6 not yet available | Sam James | 2024-06-13 | 6 | -0/+6 |
| | | | | | | | | | | | | | | Needs unkeyworded KF6. Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | virtual/perl-Text-Tabs+Wrap: destabilize 2024.1.0 | Andreas K. Hüttel | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | app-office/libreoffice: Stabilize 7.6.7.2 x86, #927996 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | app-office/libreoffice-l10n: Stabilize 7.6.7.2 x86, #927996 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | app-text/poppler: Stabilize 24.04.0 x86, #927996 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | media-libs/harfbuzz: Stabilize 8.4.0 x86, #927996 | Arthur Zamarin | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
| * | net-libs/kdsoap-ws-discovery-client: drop non-KF6 keywords | Sam James | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | media-libs/libqaccessibilityclient: drop non-KF6 keywords | Sam James | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | dev-libs/kdiagram: drop non-KF6 keywords | Sam James | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | profiles/arch: mask app-crypt/pinentry[qt6] where KF6 not yet available | Sam James | 2024-06-13 | 6 | -0/+24 |
| | | | | | | | | | | | | | | Needs unkeyworded KF6. Bug: https://bugs.gentoo.org/934215 Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | dev-python/blake3: Enable py3.13 | Michał Górny | 2024-06-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
| * | dev-python/blake3: Fix USE=-rust with GCC 14 | Michał Górny | 2024-06-13 | 2 | -0/+42 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
| * | dev-python/csscompressor: Enable py3.13 | Michał Górny | 2024-06-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
| * | dev-python/cli-helpers: Enable py3.13 | Michał Górny | 2024-06-13 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | | 2024-06-13 19:19:06 UTC | Repository mirror & CI | 2024-06-13 | 20 | -97/+132 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-06-13 | 30 | -344/+659 |
|\| | |||||
| * | app-containers/containers-image: drop 5.29.0 | Zac Medico | 2024-06-13 | 2 | -38/+0 |
| | | | | | | | | Signed-off-by: Zac Medico <zmedico@gentoo.org> | ||||
| * | app-containers/containers-common: cleanup | Rahil Bhimjiani | 2024-06-13 | 4 | -188/+0 |
| | | | | | | | | | | | | Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/37135 Signed-off-by: Zac Medico <zmedico@gentoo.org> |