commit: 31e1e52104c14d090d1882f98b3e1520cfa04024 Author: Liam Gingsjö <liam.ginsjo <AT> gmail <DOT> com> AuthorDate: Sun Jun 8 17:06:23 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 08:00:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1e521
app-editors/vscodium,vscode: Correct typo in EGL USE flags 'rending' -> 'rendering' Signed-off-by: Liam Gingsjö <liam.ginsjo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42502 Closes: https://github.com/gentoo/gentoo/pull/42502 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-editors/vscode/metadata.xml | 2 +- app-editors/vscodium/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml index 52921d6c9411..58a68656c15c 100644 --- a/app-editors/vscode/metadata.xml +++ b/app-editors/vscode/metadata.xml @@ -14,7 +14,7 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="egl">Use EGL platform, enables smooth rending in high refresh rate monitors on X11/Xwayland</flag> + <flag name="egl">Use EGL platform, enables smooth rendering in high refresh rate monitors on X11/Xwayland</flag> <flag name="wayland">Run in wayland mode under wayland sessions, xwayland otherwise. This flag doesn't affect x11 sessions.</flag> </use> <longdescription> diff --git a/app-editors/vscodium/metadata.xml b/app-editors/vscodium/metadata.xml index 8d4e8c9c718e..2cf557867f85 100644 --- a/app-editors/vscodium/metadata.xml +++ b/app-editors/vscodium/metadata.xml @@ -14,7 +14,7 @@ <name>Proxy Maintainers</name> </maintainer> <use> - <flag name="egl">Use EGL platform, enables smooth rending in high refresh rate monitors on X11/Xwayland</flag> + <flag name="egl">Use EGL platform, enables smooth rendering in high refresh rate monitors on X11/Xwayland</flag> <flag name="wayland">Run in wayland mode under wayland sessions, xwayland otherwise. This flag doesn't affect x11 sessions.</flag> </use> <longdescription>
