commit:     08b8ef91bcf9037a6f550ce4e2e7c524a6be17c1
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:44:35 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:44:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b8ef91

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.

 profiles/base/packages                   | 2 +-
 profiles/default/bsd/fbsd/packages.build | 2 +-
 profiles/default/linux/packages.build    | 2 +-
 profiles/info_pkgs                       | 2 +-
 profiles/prefix/windows/winnt/packages   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/profiles/base/packages b/profiles/base/packages
index 03972bd..56fe8be 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

diff --git a/profiles/default/bsd/fbsd/packages.build 
b/profiles/default/bsd/fbsd/packages.build
index b8d4a14..f3410fb 100644
--- a/profiles/default/bsd/fbsd/packages.build
+++ b/profiles/default/bsd/fbsd/packages.build
@@ -12,7 +12,7 @@ app-arch/bzip2
 app-arch/gzip
 dev-libs/openssl
 app-arch/libarchive
-app-shells/bash
+app-shells/bash:0
 net-misc/rsync
 net-misc/wget
 sys-devel/autoconf

diff --git a/profiles/default/linux/packages.build 
b/profiles/default/linux/packages.build
index befde94..3c12d82 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

diff --git a/profiles/info_pkgs b/profiles/info_pkgs
index fa149da..94036f3 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

diff --git a/profiles/prefix/windows/winnt/packages 
b/profiles/prefix/windows/winnt/packages
index 7a98792..35f3377 100644
--- a/profiles/prefix/windows/winnt/packages
+++ b/profiles/prefix/windows/winnt/packages
@@ -30,7 +30,7 @@
 -*virtual/pager
 -*sys-apps/diffutils
 -*sys-apps/baselayout-prefix
--*app-shells/bash
+-*app-shells/bash:0
 -*virtual/package-manager
 -*virtual/ssh
 -*sys-devel/autoconf

Reply via email to