commit: 9169688828de079a6d9e2b109c1b8215d05ab588 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Thu Jun 12 20:20:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:05:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91696888
x11-libs/vte: Fix typo in comments Thanks @thesamesam Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/42537 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/vte/vte-0.76.3.ebuild | 2 +- x11-libs/vte/vte-0.78.3.ebuild | 2 +- x11-libs/vte/vte-0.78.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/vte/vte-0.76.3.ebuild b/x11-libs/vte/vte-0.76.3.ebuild index 49fb04fe7df9..eaf9e5b2c813 100644 --- a/x11-libs/vte/vte-0.76.3.ebuild +++ b/x11-libs/vte/vte-0.76.3.ebuild @@ -72,7 +72,7 @@ src_prepare() { eapply "${WORKDIR}"/${P}-a11y-implement-GtkAccessibleText.patch fi - # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter + # -Ddebug option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter sed -e '/ggdb3/d' -i meson.build || die sed -i 's/vte_gettext_domain = vte_api_name/vte_gettext_domain = vte_gtk3_api_name/' meson.build || die } diff --git a/x11-libs/vte/vte-0.78.3.ebuild b/x11-libs/vte/vte-0.78.3.ebuild index 4c0be9039b2b..5d078437dc67 100644 --- a/x11-libs/vte/vte-0.78.3.ebuild +++ b/x11-libs/vte/vte-0.78.3.ebuild @@ -54,7 +54,7 @@ src_prepare() { use elibc_musl && eapply "${FILESDIR}"/${PN}-0.66.2-musl-W_EXITCODE.patch - # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter + # -Ddebug option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter sed -e '/ggdb3/d' -i meson.build || die sed -i 's/vte_gettext_domain = vte_api_name/vte_gettext_domain = vte_gtk3_api_name/' meson.build || die } diff --git a/x11-libs/vte/vte-0.78.5.ebuild b/x11-libs/vte/vte-0.78.5.ebuild index 4c0be9039b2b..5d078437dc67 100644 --- a/x11-libs/vte/vte-0.78.5.ebuild +++ b/x11-libs/vte/vte-0.78.5.ebuild @@ -54,7 +54,7 @@ src_prepare() { use elibc_musl && eapply "${FILESDIR}"/${PN}-0.66.2-musl-W_EXITCODE.patch - # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter + # -Ddebug option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter sed -e '/ggdb3/d' -i meson.build || die sed -i 's/vte_gettext_domain = vte_api_name/vte_gettext_domain = vte_gtk3_api_name/' meson.build || die }
