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/default/linux/packages.build | |
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/default/linux/packages.build')
-rw-r--r-- | profiles/default/linux/packages.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index befde94a679b..3c12d82e2822 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -12,7 +12,7 @@ app-arch/bzip2 app-arch/gzip app-arch/xz-utils app-arch/tar -app-shells/bash +app-shells/bash:0 net-misc/rsync net-misc/wget sys-devel/autoconf |