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/base/packages | |
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/base/packages')
-rw-r--r-- | profiles/base/packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/packages b/profiles/base/packages index 03972bdba0dc..56fe8bee96b9 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -29,7 +29,7 @@ *app-arch/gzip *app-arch/tar *app-arch/xz-utils -*app-shells/bash +*app-shells/bash:0 #*dev-lang/perl #*dev-lang/python *net-misc/iputils |