commit: f08579177180e821950d1ac5af7d2f682d18de33 Author: Pavel Sobolev <contact <AT> paveloom <DOT> dev> AuthorDate: Sun Oct 12 13:35:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 15:10:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0857917
dev-util/gnome-builder: make Clang follow the LLVM version The argument to the `llvm_gen_dep` function is supposed to be a single-quoted string, such that the function can handle the expansion for all LLVM slots itself. Signed-off-by: Pavel Sobolev <contact <AT> paveloom.dev> Part-of: https://github.com/gentoo/gentoo/pull/44144 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/gnome-builder/gnome-builder-48.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gnome-builder/gnome-builder-48.2.ebuild b/dev-util/gnome-builder/gnome-builder-48.2.ebuild index 098ecafff1f7..f7d8d497cffc 100644 --- a/dev-util/gnome-builder/gnome-builder-48.2.ebuild +++ b/dev-util/gnome-builder/gnome-builder-48.2.ebuild @@ -62,7 +62,7 @@ RDEPEND=" >=dev-libs/gobject-introspection-1.74.0:= ${PYTHON_DEPS} - clang? ( $(llvm_gen_dep "llvm-core/clang:${LLVM_SLOT}=") ) + clang? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}=') ) spell? ( >=app-text/libspelling-0.3 )
