diff options
author | Sam James <sam@gentoo.org> | 2021-12-14 05:23:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-14 05:23:07 +0000 |
commit | ae3423244db949bc90a67f7bb7fe53e2652a78d2 (patch) | |
tree | 72771334a04f997cc7c9d9f47b4d893aca8235f3 /profiles | |
parent | profiles: drop 'RM' from info_vars (diff) | |
download | gentoo-ae3423244db949bc90a67f7bb7fe53e2652a78d2.tar.gz gentoo-ae3423244db949bc90a67f7bb7fe53e2652a78d2.tar.bz2 gentoo-ae3423244db949bc90a67f7bb7fe53e2652a78d2.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/info_pkgs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |