commit: 0aca0612808f51e34a83ccccfe979d6af93907cd Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de> AuthorDate: Fri Apr 5 07:29:08 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Fri Apr 5 07:29:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0aca0612
app-editors/neovide: Fix #928560 Closes: https://bugs.gentoo.org/928560 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de> app-editors/neovide/neovide-0.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovide/neovide-0.12.2.ebuild b/app-editors/neovide/neovide-0.12.2.ebuild index 5394ed68ed..532627275e 100644 --- a/app-editors/neovide/neovide-0.12.2.ebuild +++ b/app-editors/neovide/neovide-0.12.2.ebuild @@ -477,7 +477,7 @@ src_prepare() { pushd "${WORKDIR}" || die # remove this if next version uses newer skia-bindings eapply "${FILESDIR}/${P}_skia-bindings-0.68.0_system_icu.patch" - if [[ $(tc-getCC) == "gcc" || $(tc-getCXX) == "g++" ]]; then + if tc-is-gcc; then eapply "${FILESDIR}/${P}_skia-bindings-0.68.0_gcc.patch" fi }
