diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 17:44:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 17:44:35 -0400 |
commit | 08b8ef91bcf9037a6f550ce4e2e7c524a6be17c1 (patch) | |
tree | 978d0b0ee2a4da81e78e2ba7d347082bdbeaad57 /profiles/info_pkgs | |
parent | app-emulation/qemu: use l10n.eclass to respect LINGUAS #577814 (diff) | |
download | gentoo-08b8ef91bcf9037a6f550ce4e2e7c524a6be17c1.tar.gz gentoo-08b8ef91bcf9037a6f550ce4e2e7c524a6be17c1.tar.bz2 gentoo-08b8ef91bcf9037a6f550ce4e2e7c524a6be17c1.zip |
profiles: use bash:0 SLOT when it makes sense #577974
Most of the time we actually want the main SLOT=0 of bash and not any
of the alternative dev-testing only versions.
Diffstat (limited to 'profiles/info_pkgs')
-rw-r--r-- | profiles/info_pkgs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/info_pkgs b/profiles/info_pkgs index fa149da00d5b..94036f3bde74 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -2,7 +2,7 @@ ## These ATOMS are printed with a standard 'emerge info' in ## portage as of 2.0.51-r5. Do not overcrowd the output please. ## -app-shells/bash +app-shells/bash:0 sys-devel/autoconf sys-devel/automake sys-kernel/linux-headers |