From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 416A715808A for ; Tue, 22 Jul 2025 22:31:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2FC7E341FCF for ; Tue, 22 Jul 2025 22:31:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8E411110567; Tue, 22 Jul 2025 22:31:04 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 88484110567 for ; Tue, 22 Jul 2025 22:31:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40A57341994 for ; Tue, 22 Jul 2025 22:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D099132A1 for ; Tue, 22 Jul 2025 22:31:01 +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: <1753223456.eb1a32ed5698621dd41ebb88bfc88f5ed39cc38c.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/isolated-functions.sh bin/save-ebuild-env.sh X-VCS-Directories: bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eb1a32ed5698621dd41ebb88bfc88f5ed39cc38c X-VCS-Branch: master Date: Tue, 22 Jul 2025 22:31:01 +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: 1762d63b-b2d8-4ca1-b2dc-0adb142e685b X-Archives-Hash: 797247e658e956a68fb8c8ab1eb9f44f commit: eb1a32ed5698621dd41ebb88bfc88f5ed39cc38c Author: Kerin Millar plushkava net> AuthorDate: Sun Jul 20 06:33:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 22 22:30:56 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=eb1a32ed isolated-functions.sh: drop the unused RC_DEFAULT_INDENT variable Portage makes no use of the 'RC_DEFAULT_INDENT' variable. The gentoo-functions project used to make use of this variable, albeit only for the eindent() and eoutdent() functions, neither of which are implemented by the "isolated-functions.sh" unit. Drop it. Link: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=4f3b38f5c910980352c76de3f99b3bd4d6534cbc Signed-off-by: Kerin Millar plushkava.net> Signed-off-by: Sam James gentoo.org> bin/isolated-functions.sh | 1 - bin/save-ebuild-env.sh | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index bd701ad011..806df45237 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -412,7 +412,6 @@ __set_colors() { RC_ENDCOL="yes" RC_INDENTATION='' -RC_DEFAULT_INDENT=2 RC_DOT_PATTERN='' diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index 6c14f59d10..a11f7a0147 100644 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -69,9 +69,9 @@ __save_ebuild_env() ( PORTAGE_COLOR_INFO PORTAGE_COLOR_WARN PORTAGE_COLOR_BAD PORTAGE_COLOR_ERR PORTAGE_COLOR_LOG PORTAGE_COMPRESS PORTAGE_NONFATAL PORTAGE_QUIET PREROOTPATH PKG_LOGDIR - PKG_TMPDIR PKGDIR PKGUSE QA_INTERCEPTORS RC_DEFAULT_INDENT - RC_DOT_PATTERN RC_INDENTATION RC_ENDCOL ROOTPATH RPMDIR ROOT - TMPDIR TEMP TMP USE_EXPAND XARGS _RC_GET_KV_CACHE + PKG_TMPDIR PKGDIR PKGUSE QA_INTERCEPTORS RC_DOT_PATTERN + RC_INDENTATION RC_ENDCOL ROOTPATH RPMDIR ROOT TMPDIR TEMP TMP + USE_EXPAND XARGS _RC_GET_KV_CACHE # user config variables DOC_SYMLINKS_DIR INSTALL_MASK PKG_INSTALL_MASK