commit: ae3423244db949bc90a67f7bb7fe53e2652a78d2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 14 05:23:07 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 14 05:23:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae342324
profiles: add lld to info_pkgs lld isn't slotted and we'd like to know which version is being used. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/info_pkgs | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/info_pkgs b/profiles/info_pkgs index 2a3eaa838dc8..ccfe088bfe32 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -24,6 +24,7 @@ sys-apps/sandbox dev-util/ccache sys-devel/clang sys-devel/llvm +sys-devel/lld sys-devel/gcc sys-devel/gcc-config dev-java/java-config
