diff options
author | Sam James <sam@gentoo.org> | 2021-12-14 05:03:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-14 05:07:00 +0000 |
commit | 12cc28800b9b05379a3749ee7a4a8dd7ccebe267 (patch) | |
tree | 7a0a20ee82e1ebbc195beedfddf6044e835fa73d /profiles | |
parent | profiles: add meson to info_pkgs (diff) | |
download | gentoo-12cc28800b9b05379a3749ee7a4a8dd7ccebe267.tar.gz gentoo-12cc28800b9b05379a3749ee7a4a8dd7ccebe267.tar.bz2 gentoo-12cc28800b9b05379a3749ee7a4a8dd7ccebe267.zip |
profiles: add binutils-config too to info_pkgs
We have binutils, so we should have binutils-config. Note that we already
have gcc-config and java-config
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 741a1cef17b2..abd8334abe2c 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -13,6 +13,7 @@ sys-libs/glibc sys-libs/musl sys-libs/uclibc-ng sys-devel/binutils +sys-devel/binutils-config sys-devel/libtool sys-devel/make dev-lang/python |