commit: b055801bb9ebff289e466351ae8066f1b6e194b4
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 22 14:27:55 2025 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Nov 22 14:27:55 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b055801b
const_autotool: drop PORTAGE_BASE, no longer used in the code
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
lib/portage/const_autotool.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/portage/const_autotool.py b/lib/portage/const_autotool.py
index ee540319c5..b52462468e 100644
--- a/lib/portage/const_autotool.py
+++ b/lib/portage/const_autotool.py
@@ -3,13 +3,12 @@
# all vars that are to wind up in portage_const must have their name listed in
__all__
-__all__ = ["EPREFIX", "SYSCONFDIR", "PORTAGE_BASE",
+__all__ = ["EPREFIX", "SYSCONFDIR",
"portageuser", "portagegroup", "rootuser", "rootuid", "rootgid",
"PORTAGE_BASH", "PORTAGE_MV"]
EPREFIX = "@PORTAGE_EPREFIX@"
SYSCONFDIR = "@sysconfdir@"
-PORTAGE_BASE = "@PORTAGE_BASE@"
portagegroup = "@portagegroup@"
portageuser = "@portageuser@"