Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/
Date: Mon, 01 Aug 2022 22:39:16
Message-Id: 1659393491.b9ef74a27bb847e8afe9fec5e6689d7934aeb16b.sam@gentoo
1 commit: b9ef74a27bb847e8afe9fec5e6689d7934aeb16b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 01:23:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 22:38:11 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b9ef74a2
7
8 portage: output: update functions.sh path
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 lib/portage/output.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/lib/portage/output.py b/lib/portage/output.py
16 index c7922038e..439cc4fac 100644
17 --- a/lib/portage/output.py
18 +++ b/lib/portage/output.py
19 @@ -134,7 +134,7 @@ codes["0xAAAA00"] = codes["brown"]
20 codes["darkyellow"] = codes["0xAAAA00"]
21
22
23 -# Colors from /etc/init.d/functions.sh
24 +# Colors from /lib/gentoo/functions.sh
25 _styles["BAD"] = ("red",)
26 _styles["BRACKET"] = ("blue",)
27 _styles["ERR"] = ("red",)