From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3431C158094 for ; Mon, 1 Aug 2022 22:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABE9E0D1B; Mon, 1 Aug 2022 22:39:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B39E0C3B for ; Mon, 1 Aug 2022 22:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47DDF340EA8 for ; Mon, 1 Aug 2022 22:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC1E255A for ; Mon, 1 Aug 2022 22:39:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659393491.b9ef74a27bb847e8afe9fec5e6689d7934aeb16b.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/output.py X-VCS-Directories: lib/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b9ef74a27bb847e8afe9fec5e6689d7934aeb16b X-VCS-Branch: master Date: Mon, 1 Aug 2022 22:39:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7c10244-4088-4c8d-a042-c9252ee090ac X-Archives-Hash: 6edbaad19b249714d879ee1c540b07a6 commit: b9ef74a27bb847e8afe9fec5e6689d7934aeb16b Author: Sam James gentoo org> AuthorDate: Thu Jul 28 01:23:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 22:38:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b9ef74a2 portage: output: update functions.sh path Signed-off-by: Sam James gentoo.org> lib/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/output.py b/lib/portage/output.py index c7922038e..439cc4fac 100644 --- a/lib/portage/output.py +++ b/lib/portage/output.py @@ -134,7 +134,7 @@ codes["0xAAAA00"] = codes["brown"] codes["darkyellow"] = codes["0xAAAA00"] -# Colors from /etc/init.d/functions.sh +# Colors from /lib/gentoo/functions.sh _styles["BAD"] = ("red",) _styles["BRACKET"] = ("blue",) _styles["ERR"] = ("red",)