x11-base/xwayland
Standalone X server running under Wayland
-
xwayland-9999libei selinux systemd test unwind xcsecurity
View
Download
Browse License: MIT Overlay: gentoo -
xwayland-26.0.99.901~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86libei selinux systemd test unwind xcsecurity
View
Download
Browse License: MIT Overlay: bentoo -
xwayland-24.1.13~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86libei selinux systemd test unwind xcsecurity
View
Download
Browse License: MIT Overlay: gentoo -
xwayland-24.1.13~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86libei selinux systemd test unwind xcsecurity
View
Download
Browse License: MIT Overlay: pg_overlay
ChangeLog
commit f09992db302b7f5ead83751b03d22873507d8e92
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Sep 9 15:36:34 2026 -0300
up(dev-util/nvidia-cuda-toolkit-13.3.1 -> 13.4.1), mod(x11-base/xwayland-26.0.99.901): drop the dead 9999 branch passing meson options upstream removed, mod(.autoupdate/packages.toml)
nvidia-cuda-toolkit: CUDA 13.4.1 takes the driver out of the local runfile.
The distfile is cuda_13.4.1_linux.run, with no driver component, so DRIVER_PV
is gone and SRC_URI no longer interpolates it. Measured 2026-09-09:
cuda_13.4.1_linux.run answers 200 (4.2 GB) and is listed in the official
md5sum.txt, while cuda_13.4.1_610.43.02_linux.run answers 404. The upstream
probe pattern survived untouched -- it anchors on the "_" that now belongs to
"_linux" -- which is why the record only needed its version raised; the bump
failed because the applier copies the previous ebuild, and that one still
built its SRC_URI from DRIVER_PV.
The exclude list keeps a driver entry as a glob, NVIDIA-Linux-${narch}-*.run,
rather than dropping it. An exact PV there would silently stop matching if a
driver ever comes back in the runfile, and the failure mode is a 600 MB
installer shipped into the image, not an error.
xwayland: since the 26 series the xwayland tags of xorg/xserver ship Xwayland
alone. The other DDX were dropped upstream and meson_options.txt no longer
declares xorg, xnest or xwayland, so passing one is a hard configure error
rather than an ignored argument. The ebuild carried all three in a dead
`[[ $ == "9999" ]]` branch; the options gate reads the ebuild text and
does not evaluate the condition, so it failed on the 26.0.99.902 bump. The
branch is removed rather than made conditional, because the options do not
exist on any PV of this axis. Measured 2026-09-09: meson_options.txt is
byte-identical between 901 and 902, so that failure was never about the tag.
Both ebuilds pass bash -n and their md5-cache entries match. pkgcheck is
clean on xwayland; the two results on nvidia-cuda-toolkit (UnusedLocalUse
vis-profiler, PythonCompatUpdate python3_15) are identical on 13.3.1 and
predate this bump. Neither package was built -- this host has no sudo.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit 3d0e56184e14c24c90539156565a9e7f8c244b00
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Sep 5 09:12:50 2026 -0300
mod(eclass/gstreamer-meson.eclass): rebase onto ::gentoo, mod(89 ebuilds): apply the parity audit
Executes the tracks in .epic/reports/agent-parity-audit/03-execution-plan.md.
The audit's single systemic cause: a version bump renames our own ebuild forward
and never re-reads ::gentoo, so every fix the distribution made to that revision
is discarded in silence. These are the discarded fixes.
PROVEN BROKEN, now fixed:
dev-python/gst-python: our pygobject patch is upstream 0496a778, already in the
tarball. Reproduced "3 out of 3 hunks FAILED" against real 1.28.6 sources, and
confirmed the line it adds already sits at gstpythonplugin.c:239. Dropped.
media-plugins/gst-plugins-webrtc: PATCHES pointed at the 1.24.10 patch, which
dies with "sctp Hunk #1 FAILED". ::gentoo's rebased 1.26.11 copy applies clean
to both 1.28.6 and 1.29.2 -- adopted. libnice floor 0.1.21 -> 0.1.23: upstream
needs 0.1.23 and BOTH trees were below it, so matching ::gentoo (0.1.22) would
have left the configure-time death standing.
net-libs/webkit-gtk-{r410,r600}: added 2.52.6-no-video.patch (FTBFS with
USE=-gstreamer) and 2.52.6-no-sse2.patch plus the SSE IUSE and the 17-line x86
block (bug 730044) -- we keyword ~x86 without the fix that makes ~x86 build.
Same pattern for ~ppc64: added it to the SKCMS_HAS_MUSTTAIL=0 guard (bug
970556). Both patches come from ::gentoo's copies of these same revisions.
dev-util/nvidia-cuda-toolkit: PYTHON_COMPAT ( 11..13 ) against a 3.14 profile
default made REQUIRED_USE unsatisfiable on EVERY profile on EVERY arch, not the
94 first reported -- PYTHON_TARGETS is set once in base/make.defaults. pkgcheck
RequiredUseDefaults goes from 762 profiles to 0. dev-python/gst-python and
media-libs/gstreamer-editing-services had the same defect; both moved to
( 12..14 ).
net-libs/nodejs-26.8.1: nghttp3 floor 1.15.0 -> 1.18.0 (upstream needs 1.18.0;
--shared-nghttp3 FTBFS below it) and ngtcp2 1.22.0 -> 1.22.1 (CVE-2026-40170).
THE ECLASS, which unblocks four of the above:
Rebased onto ::gentoo's, keeping exactly two additions, both tagged in the
header. (1) meson.options support: GStreamer 1.28.0 renamed meson_options.txt,
and ::gentoo's eclass reads the old name unconditionally -- measured, 1.28.6
ships only meson.options, so their copy would die in gstreamer_get_plugins on
all 153 gst-plugins-* here. (2) -Dtests=disabled on split plugins. Recovered
from ::gentoo in return: GST_PLUGINS_MULTILIB, the meson-1.4 BDEPEND, the
src_test guard, and correct "$" quoting.
SILENT CORRECTNESS:
media-libs/gst-plugins-bad had lost the entire vulkan USE flag. Worse than
"removed": the options still exist upstream at value: 'auto' and our eclass sed
extracts none of them (measured: 0 of 3, because they sit under a section
header neither pattern matches), so no -Dvulkan=disabled was emitted -- an
automagic dependency on vulkan-loader, not a disabled one. Restored ::gentoo's
GST_PLUGINS_NOAUTO + explicit meson_feature. Also fixed `rm -f ... || die`,
where -f makes the || die unreachable.
media-libs/gst-plugins-base hardcoded -Dtools=enabled on every ABI, so 32-bit
tools overwrite 64-bit ones in /usr/bin. Now $(meson_native_enabled tools) --
which needs `inherit meson-multilib`, as ::gentoo does; pkgcheck caught the
omission. Restored the libpng:0= subslot in the same file.
Subslot := restored on gst-plugins-{chromaprint,neon,soundtouch,webp} (8
ebuilds): without it portage never rebuilds the consumer on an ABI change.
KEYWORDS on 52 ebuilds: 1.28.6 carried 1.24.13's line verbatim, re-asserting
arm/arm64/ppc as STABLE on a version whose arch teams never signed off. Only
the monotonic rule was applied -- demote stable->testing where ::gentoo did not
stabilise, never promote. Note the 1.29.2 ebuilds are already all-~; blanket
"align with ::gentoo" there would have STABILISED a masked development series.
The comparison must also be against ::gentoo's newest (1.26.11): against the
union of all their versions it yields zero hits, because 1.24.13 is where the
carry-forward came from.
SUPPLY CHAIN:
verify-sig restored on the 8 packages ::gentoo verifies (16 ebuilds). All 8 .asc
URLs return 200; Manifests regenerated one explicit target at a time. Not 9 as
first reported -- gst-plugins-libav has no verify-sig in ::gentoo either.
sys-firmware/edk2: added edk2-202608-fix-gic-hvf.patch. We keyword ~arm64 and
build ArmVirtQemu.dsc without the ArmVirtPkg GIC series ::gentoo applies to the
same 202608 release. The OpenSSL 3.5.7-vs-3.5.8 question is deliberately NOT
touched here: it is a judgement call, not a bug.
TEXTS THAT STATED THE OPPOSITE OF REALITY -- all seven, each re-verified live:
x11-base/xwayland claimed test/{sync,damage,bigreq}/ do not exist in 24.1.x. The
GitLab API returns 200 for all three at tag xwayland-24.1.13 and 404 only for
test/pyxtest/. The dependency is still right, for the half of the reason that
survived.
dev-games/godot x2 claimed master still carries the unguarded calls with no PR.
Upstream 2e26ab8a3afb (2026-08-28) touches exactly the two files these patches
guard. Marked DROP-at-next-bump, explicitly not rebase.
dev-util/spirv-tools described an -r1 and an EGIT_COMMIT that no longer exist;
kept the mechanism, which still applies. dev-util/vulkan-tools omitted that the
same edit deleted test? ( dev-cpp/gtest ). www-client/chromium said slot 22 was
"enabled" -- 2ff7214ee narrowed ( 21 22 ) to ( 22 ), a substitution that leaves
an LLVM-21-only system unable to build chromium at all; flagged as an open
decision rather than silently reworded.
VERIFICATION
Every claim above is executed evidence except one: the webkit-gtk patches have
not had a patch --dry-run, because the tarball is not in DISTDIR. They are
byte-identical to ::gentoo's for the same revisions, which is strong, but it is
not a run.
egencache with --repositories-configuration and an explicit 96-package filter;
collateral checked and benign. pkgcheck one target at a time with --cache=-git;
what remains is pre-existing or inherited (::gentoo reports the same 16
RequiredUseDefaults on webkit-gtk). No build was merged -- this host has no
sudo, so nothing here claims a merge-tested pass.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit 4cca4a92c7683823283e2ceeeeeebc9cff37ec6a
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Aug 19 21:41:24 2026 -0300
add(x11-base/xwayland-26.0.99.901), add(metadata/{md5-cache/app-editors/trilium-0.105.0, md5-cache/app-editors/vim-9.2.0984, md5-cache/app-editors/vim-core-9.2.0984, md5-cache/app-editors/zed-1.18.0_pre20260819, md5-cache/dev-lang/flutter-3.47.1, md5-cache/dev-python/openai-3.3.1, md5-cache/dev-util/claude-code-2.1.236, md5-cache/dev-util/spirv-tools-1.4.357.0_p20260819, md5-cache/media-libs/vulkan-layers-1.4.360_p20260819, md5-cache/net-misc/nxplayer-10.0.59, md5-cache/sci-ml/lemonade-11.7.0, md5-cache/sci-ml/lemonade-bin-11.7.0, md5-cache/sci-ml/llama-cpp-0_pre10502, md5-cache/www-client/brave-browser-1.93.137}), mod(.autoupdate/packages.toml), up(app-editors/{trilium-0.104.1 -> 0.105.0, vim-9.2.0976 -> 9.2.0984, vim-core-9.2.0976 -> 9.2.0984, zed-1.17.0_pre20260819 -> 1.18.0_pre20260819}, dev-lang/flutter-3.47.0-r1 -> 3.47.1, dev-python/openai-3.3.0 -> 3.3.1, dev-util/{claude-code-2.1.235 -> 2.1.236, spirv-tools-1.4.357.0_p20260814 -> 1.4.357.0_p20260819, trivy-0.74.0 -> 0.74.0-r1}, media-libs/vulkan-layers-1.4.360_p20260818 -> 1.4.360_p20260819, net-misc/nxplayer-10.0.57 -> 10.0.59, sci-ml/lemonade{,-bin}-11.6.0 -> 11.7.0, www-client/brave-browser-1.93.136 -> 1.93.137)
commit ff5742f7476e84191c4696f3fc45b3786759c510
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Apr 29 13:19:46 2026 -0300
del(app-editors/logseq-desktop-bin-0.10.15_p20260424, x11-base/xwayland-24.1.11)
commit 6168039078c214ea4ed9bab5415a43319454ba85
Author: lucascouts <lucascs@protonmail.com>
Date: Tue Apr 28 00:27:05 2026 -0300
mod({app-emulation/d7vk/Manifest, x11-base/xwayland/Manifest})
commit 527b4e34bd641e59f00d97d34f959c1cfdd77224
Author: lucascouts <lucascs@protonmail.com>
Date: Tue Apr 28 00:22:54 2026 -0300
add(app-editors/{logseq-desktop-bin-0.10.15_p20260424, trilium-0.102.2}, app-emulation/d7vk-1.8, app-office/{joplin-desktop-3.6.10, obsidian-1.12.7}, x11-base/xwayland-24.1.11), add(metadata/{md5-cache/app-editors/logseq-desktop-bin-0.10.15_p20260424, md5-cache/app-editors/trilium-0.102.2, md5-cache/app-editors/zed-0.235.0_pre20260425, md5-cache/app-editors/zed-1.1.0, md5-cache/app-editors/zed-1.1.0_pre20260427, md5-cache/app-office/joplin-desktop-3.6.10, md5-cache/app-office/obsidian-1.12.7, md5-cache/sys-kernel/gentoo-kernel-7.0.1}, {app-editors/logseq-desktop-bin/Manifest, app-editors/logseq-desktop-bin/metadata.xml, app-editors/trilium/Manifest, app-editors/trilium/metadata.xml, app-emulation/d7vk/Manifest, app-emulation/d7vk/metadata.xml, app-office/joplin-desktop/Manifest, app-office/joplin-desktop/metadata.xml, app-office/obsidian/Manifest, app-office/obsidian/metadata.xml, dev-games/godot/files/godot-4.7-wayland-vulkan-cursorshape.patch, x11-base/xwayland/Manifest, x11-base/xwayland/metadata.xml}), mod(dev-games/godot-4.7_beta1), mod(app-editors/zed/Manifest), up(app-editors/zed-0.235.0_pre20260425 -> 1.1.0_pre20260427)
commit 8aed3dc1b8cbaccd4d66930060fb0c58de977b59
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Aug 10 23:45:14 2024 -0300
del(dev-cpp/cpprest-2.10.19, dev-util/{glslang, spirv-headers, spirv-tools, volk, vulkan-{headers, tools}}-1.3.290.0, mail-client/thunderbird-128.0.1, media-libs/{libavif-1.1.0, libyuv-0.0.1872, vulkan-{layers, loader}-1.3.290.0}, sci-libs/cld2-0_pre20150821, x11-base/xwayland-24.1.1), up(net-p2p/bisq-bin-1.9.14 -> 1.9.16)
commit e7d830c8610310eaa8ab67e3629b074122b28434
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Aug 3 09:09:53 2024 -0300
change to gentoo base only
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Sep 9 15:36:34 2026 -0300
up(dev-util/nvidia-cuda-toolkit-13.3.1 -> 13.4.1), mod(x11-base/xwayland-26.0.99.901): drop the dead 9999 branch passing meson options upstream removed, mod(.autoupdate/packages.toml)
nvidia-cuda-toolkit: CUDA 13.4.1 takes the driver out of the local runfile.
The distfile is cuda_13.4.1_linux.run, with no driver component, so DRIVER_PV
is gone and SRC_URI no longer interpolates it. Measured 2026-09-09:
cuda_13.4.1_linux.run answers 200 (4.2 GB) and is listed in the official
md5sum.txt, while cuda_13.4.1_610.43.02_linux.run answers 404. The upstream
probe pattern survived untouched -- it anchors on the "_" that now belongs to
"_linux" -- which is why the record only needed its version raised; the bump
failed because the applier copies the previous ebuild, and that one still
built its SRC_URI from DRIVER_PV.
The exclude list keeps a driver entry as a glob, NVIDIA-Linux-${narch}-*.run,
rather than dropping it. An exact PV there would silently stop matching if a
driver ever comes back in the runfile, and the failure mode is a 600 MB
installer shipped into the image, not an error.
xwayland: since the 26 series the xwayland tags of xorg/xserver ship Xwayland
alone. The other DDX were dropped upstream and meson_options.txt no longer
declares xorg, xnest or xwayland, so passing one is a hard configure error
rather than an ignored argument. The ebuild carried all three in a dead
`[[ $ == "9999" ]]` branch; the options gate reads the ebuild text and
does not evaluate the condition, so it failed on the 26.0.99.902 bump. The
branch is removed rather than made conditional, because the options do not
exist on any PV of this axis. Measured 2026-09-09: meson_options.txt is
byte-identical between 901 and 902, so that failure was never about the tag.
Both ebuilds pass bash -n and their md5-cache entries match. pkgcheck is
clean on xwayland; the two results on nvidia-cuda-toolkit (UnusedLocalUse
vis-profiler, PythonCompatUpdate python3_15) are identical on 13.3.1 and
predate this bump. Neither package was built -- this host has no sudo.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit 3d0e56184e14c24c90539156565a9e7f8c244b00
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Sep 5 09:12:50 2026 -0300
mod(eclass/gstreamer-meson.eclass): rebase onto ::gentoo, mod(89 ebuilds): apply the parity audit
Executes the tracks in .epic/reports/agent-parity-audit/03-execution-plan.md.
The audit's single systemic cause: a version bump renames our own ebuild forward
and never re-reads ::gentoo, so every fix the distribution made to that revision
is discarded in silence. These are the discarded fixes.
PROVEN BROKEN, now fixed:
dev-python/gst-python: our pygobject patch is upstream 0496a778, already in the
tarball. Reproduced "3 out of 3 hunks FAILED" against real 1.28.6 sources, and
confirmed the line it adds already sits at gstpythonplugin.c:239. Dropped.
media-plugins/gst-plugins-webrtc: PATCHES pointed at the 1.24.10 patch, which
dies with "sctp Hunk #1 FAILED". ::gentoo's rebased 1.26.11 copy applies clean
to both 1.28.6 and 1.29.2 -- adopted. libnice floor 0.1.21 -> 0.1.23: upstream
needs 0.1.23 and BOTH trees were below it, so matching ::gentoo (0.1.22) would
have left the configure-time death standing.
net-libs/webkit-gtk-{r410,r600}: added 2.52.6-no-video.patch (FTBFS with
USE=-gstreamer) and 2.52.6-no-sse2.patch plus the SSE IUSE and the 17-line x86
block (bug 730044) -- we keyword ~x86 without the fix that makes ~x86 build.
Same pattern for ~ppc64: added it to the SKCMS_HAS_MUSTTAIL=0 guard (bug
970556). Both patches come from ::gentoo's copies of these same revisions.
dev-util/nvidia-cuda-toolkit: PYTHON_COMPAT ( 11..13 ) against a 3.14 profile
default made REQUIRED_USE unsatisfiable on EVERY profile on EVERY arch, not the
94 first reported -- PYTHON_TARGETS is set once in base/make.defaults. pkgcheck
RequiredUseDefaults goes from 762 profiles to 0. dev-python/gst-python and
media-libs/gstreamer-editing-services had the same defect; both moved to
( 12..14 ).
net-libs/nodejs-26.8.1: nghttp3 floor 1.15.0 -> 1.18.0 (upstream needs 1.18.0;
--shared-nghttp3 FTBFS below it) and ngtcp2 1.22.0 -> 1.22.1 (CVE-2026-40170).
THE ECLASS, which unblocks four of the above:
Rebased onto ::gentoo's, keeping exactly two additions, both tagged in the
header. (1) meson.options support: GStreamer 1.28.0 renamed meson_options.txt,
and ::gentoo's eclass reads the old name unconditionally -- measured, 1.28.6
ships only meson.options, so their copy would die in gstreamer_get_plugins on
all 153 gst-plugins-* here. (2) -Dtests=disabled on split plugins. Recovered
from ::gentoo in return: GST_PLUGINS_MULTILIB, the meson-1.4 BDEPEND, the
src_test guard, and correct "$" quoting.
SILENT CORRECTNESS:
media-libs/gst-plugins-bad had lost the entire vulkan USE flag. Worse than
"removed": the options still exist upstream at value: 'auto' and our eclass sed
extracts none of them (measured: 0 of 3, because they sit under a section
header neither pattern matches), so no -Dvulkan=disabled was emitted -- an
automagic dependency on vulkan-loader, not a disabled one. Restored ::gentoo's
GST_PLUGINS_NOAUTO + explicit meson_feature. Also fixed `rm -f ... || die`,
where -f makes the || die unreachable.
media-libs/gst-plugins-base hardcoded -Dtools=enabled on every ABI, so 32-bit
tools overwrite 64-bit ones in /usr/bin. Now $(meson_native_enabled tools) --
which needs `inherit meson-multilib`, as ::gentoo does; pkgcheck caught the
omission. Restored the libpng:0= subslot in the same file.
Subslot := restored on gst-plugins-{chromaprint,neon,soundtouch,webp} (8
ebuilds): without it portage never rebuilds the consumer on an ABI change.
KEYWORDS on 52 ebuilds: 1.28.6 carried 1.24.13's line verbatim, re-asserting
arm/arm64/ppc as STABLE on a version whose arch teams never signed off. Only
the monotonic rule was applied -- demote stable->testing where ::gentoo did not
stabilise, never promote. Note the 1.29.2 ebuilds are already all-~; blanket
"align with ::gentoo" there would have STABILISED a masked development series.
The comparison must also be against ::gentoo's newest (1.26.11): against the
union of all their versions it yields zero hits, because 1.24.13 is where the
carry-forward came from.
SUPPLY CHAIN:
verify-sig restored on the 8 packages ::gentoo verifies (16 ebuilds). All 8 .asc
URLs return 200; Manifests regenerated one explicit target at a time. Not 9 as
first reported -- gst-plugins-libav has no verify-sig in ::gentoo either.
sys-firmware/edk2: added edk2-202608-fix-gic-hvf.patch. We keyword ~arm64 and
build ArmVirtQemu.dsc without the ArmVirtPkg GIC series ::gentoo applies to the
same 202608 release. The OpenSSL 3.5.7-vs-3.5.8 question is deliberately NOT
touched here: it is a judgement call, not a bug.
TEXTS THAT STATED THE OPPOSITE OF REALITY -- all seven, each re-verified live:
x11-base/xwayland claimed test/{sync,damage,bigreq}/ do not exist in 24.1.x. The
GitLab API returns 200 for all three at tag xwayland-24.1.13 and 404 only for
test/pyxtest/. The dependency is still right, for the half of the reason that
survived.
dev-games/godot x2 claimed master still carries the unguarded calls with no PR.
Upstream 2e26ab8a3afb (2026-08-28) touches exactly the two files these patches
guard. Marked DROP-at-next-bump, explicitly not rebase.
dev-util/spirv-tools described an -r1 and an EGIT_COMMIT that no longer exist;
kept the mechanism, which still applies. dev-util/vulkan-tools omitted that the
same edit deleted test? ( dev-cpp/gtest ). www-client/chromium said slot 22 was
"enabled" -- 2ff7214ee narrowed ( 21 22 ) to ( 22 ), a substitution that leaves
an LLVM-21-only system unable to build chromium at all; flagged as an open
decision rather than silently reworded.
VERIFICATION
Every claim above is executed evidence except one: the webkit-gtk patches have
not had a patch --dry-run, because the tarball is not in DISTDIR. They are
byte-identical to ::gentoo's for the same revisions, which is strong, but it is
not a run.
egencache with --repositories-configuration and an explicit 96-package filter;
collateral checked and benign. pkgcheck one target at a time with --cache=-git;
what remains is pre-existing or inherited (::gentoo reports the same 16
RequiredUseDefaults on webkit-gtk). No build was merged -- this host has no
sudo, so nothing here claims a merge-tested pass.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit 4cca4a92c7683823283e2ceeeeeebc9cff37ec6a
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Aug 19 21:41:24 2026 -0300
add(x11-base/xwayland-26.0.99.901), add(metadata/{md5-cache/app-editors/trilium-0.105.0, md5-cache/app-editors/vim-9.2.0984, md5-cache/app-editors/vim-core-9.2.0984, md5-cache/app-editors/zed-1.18.0_pre20260819, md5-cache/dev-lang/flutter-3.47.1, md5-cache/dev-python/openai-3.3.1, md5-cache/dev-util/claude-code-2.1.236, md5-cache/dev-util/spirv-tools-1.4.357.0_p20260819, md5-cache/media-libs/vulkan-layers-1.4.360_p20260819, md5-cache/net-misc/nxplayer-10.0.59, md5-cache/sci-ml/lemonade-11.7.0, md5-cache/sci-ml/lemonade-bin-11.7.0, md5-cache/sci-ml/llama-cpp-0_pre10502, md5-cache/www-client/brave-browser-1.93.137}), mod(.autoupdate/packages.toml), up(app-editors/{trilium-0.104.1 -> 0.105.0, vim-9.2.0976 -> 9.2.0984, vim-core-9.2.0976 -> 9.2.0984, zed-1.17.0_pre20260819 -> 1.18.0_pre20260819}, dev-lang/flutter-3.47.0-r1 -> 3.47.1, dev-python/openai-3.3.0 -> 3.3.1, dev-util/{claude-code-2.1.235 -> 2.1.236, spirv-tools-1.4.357.0_p20260814 -> 1.4.357.0_p20260819, trivy-0.74.0 -> 0.74.0-r1}, media-libs/vulkan-layers-1.4.360_p20260818 -> 1.4.360_p20260819, net-misc/nxplayer-10.0.57 -> 10.0.59, sci-ml/lemonade{,-bin}-11.6.0 -> 11.7.0, www-client/brave-browser-1.93.136 -> 1.93.137)
commit ff5742f7476e84191c4696f3fc45b3786759c510
Author: lucascouts <lucascs@protonmail.com>
Date: Wed Apr 29 13:19:46 2026 -0300
del(app-editors/logseq-desktop-bin-0.10.15_p20260424, x11-base/xwayland-24.1.11)
commit 6168039078c214ea4ed9bab5415a43319454ba85
Author: lucascouts <lucascs@protonmail.com>
Date: Tue Apr 28 00:27:05 2026 -0300
mod({app-emulation/d7vk/Manifest, x11-base/xwayland/Manifest})
commit 527b4e34bd641e59f00d97d34f959c1cfdd77224
Author: lucascouts <lucascs@protonmail.com>
Date: Tue Apr 28 00:22:54 2026 -0300
add(app-editors/{logseq-desktop-bin-0.10.15_p20260424, trilium-0.102.2}, app-emulation/d7vk-1.8, app-office/{joplin-desktop-3.6.10, obsidian-1.12.7}, x11-base/xwayland-24.1.11), add(metadata/{md5-cache/app-editors/logseq-desktop-bin-0.10.15_p20260424, md5-cache/app-editors/trilium-0.102.2, md5-cache/app-editors/zed-0.235.0_pre20260425, md5-cache/app-editors/zed-1.1.0, md5-cache/app-editors/zed-1.1.0_pre20260427, md5-cache/app-office/joplin-desktop-3.6.10, md5-cache/app-office/obsidian-1.12.7, md5-cache/sys-kernel/gentoo-kernel-7.0.1}, {app-editors/logseq-desktop-bin/Manifest, app-editors/logseq-desktop-bin/metadata.xml, app-editors/trilium/Manifest, app-editors/trilium/metadata.xml, app-emulation/d7vk/Manifest, app-emulation/d7vk/metadata.xml, app-office/joplin-desktop/Manifest, app-office/joplin-desktop/metadata.xml, app-office/obsidian/Manifest, app-office/obsidian/metadata.xml, dev-games/godot/files/godot-4.7-wayland-vulkan-cursorshape.patch, x11-base/xwayland/Manifest, x11-base/xwayland/metadata.xml}), mod(dev-games/godot-4.7_beta1), mod(app-editors/zed/Manifest), up(app-editors/zed-0.235.0_pre20260425 -> 1.1.0_pre20260427)
commit 8aed3dc1b8cbaccd4d66930060fb0c58de977b59
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Aug 10 23:45:14 2024 -0300
del(dev-cpp/cpprest-2.10.19, dev-util/{glslang, spirv-headers, spirv-tools, volk, vulkan-{headers, tools}}-1.3.290.0, mail-client/thunderbird-128.0.1, media-libs/{libavif-1.1.0, libyuv-0.0.1872, vulkan-{layers, loader}-1.3.290.0}, sci-libs/cld2-0_pre20150821, x11-base/xwayland-24.1.1), up(net-p2p/bisq-bin-1.9.14 -> 1.9.16)
commit e7d830c8610310eaa8ab67e3629b074122b28434
Author: lucascouts <lucascs@protonmail.com>
Date: Sat Aug 3 09:09:53 2024 -0300
change to gentoo base only

