diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-22 13:48:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-22 13:48:16 +0000 |
commit | 355166e5b3c5f95c7102eb0ae4a0ca33db9cee5a (patch) | |
tree | be9b7ef214770cbdb1feb79a5ae87e9b63aeed52 /eclass/python.eclass | |
parent | Mask app-admin/eselect-oracle for removal in 30 days. (diff) | |
download | gentoo-2-355166e5b3c5f95c7102eb0ae4a0ca33db9cee5a.tar.gz gentoo-2-355166e5b3c5f95c7102eb0ae4a0ca33db9cee5a.tar.bz2 gentoo-2-355166e5b3c5f95c7102eb0ae4a0ca33db9cee5a.zip |
Use brighter colors in python_mod_cleanup() (bug #293966).
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 46fdf03f0c23..8d33392512b7 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.79 2009/11/15 22:00:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.80 2009/11/22 13:48:16 arfrever Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -1074,8 +1074,8 @@ python_mod_cleanup() { local BLUE CYAN NORMAL if [[ "${NOCOLOR:-false}" =~ ^(false|no)$ ]]; then - BLUE=$'\e[34m' - CYAN=$'\e[36m' + BLUE=$'\e[1;34m' + CYAN=$'\e[1;36m' NORMAL=$'\e[0m' else BLUE= |