commit: d87573ede76f64a7320b89c353730f01b6393152
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 20:59:53 2026 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 20:59:53 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d87573ed
libq/colors: make yellow available as BRYELLOW
Somehow yellow and bryellow both mapped to brown, and bryellow was never
used, so map bryellow to yellow, so it can be used.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
libq/colors.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libq/colors.c b/libq/colors.c
index e7a69fec..0ac13a45 100644
--- a/libq/colors.c
+++ b/libq/colors.c
@@ -70,7 +70,7 @@ static colourpair colour_pairs[] = {
{"norm", _MAKE_COLOUR2(0,0), &NORM, ""},
{"teal", LQC_TEAL, &BLUE, ""},
{"bold", _MAKE_COLOUR2(0,1), &BOLD, ""},
- {"brown", LQC_BROWN, &BRYELLOW, ""},
+ {"brown", LQC_BROWN, &YELLOW, ""},
{"turquoise", LQC_TURQUOISE, &CYAN, ""},
{"darkblue", LQC_DARKBLUE, &DKBLUE, ""},
{"green", LQC_GREEN, &DKGREEN, ""},
@@ -78,7 +78,7 @@ static colourpair colour_pairs[] = {
{"fuchsia", LQC_FUCHSIA, &MAGENTA, ""},
{"red", LQC_DARKRED, &RED, ""},
{"white", _MAKE_COLOUR2(1,38), &WHITE, ""},
- {"yellow", LQC_BROWN, &YELLOW, ""}
+ {"yellow", LQC_YELLOW, &BRYELLOW, ""}
};
static colourmap colour_map[] = {