commit: 7c9bb2caeaff59232cb44e84b585db3feb2dd5fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 12:05:17 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 4 12:05:17 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c9bb2ca
actions: handle pkgmoves for autoconf, automake, libtool
Signed-off-by: Sam James <sam <AT> gentoo.org>
lib/_emerge/actions.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
index d36a799244..b93c08aa07 100644
--- a/lib/_emerge/actions.py
+++ b/lib/_emerge/actions.py
@@ -2070,11 +2070,11 @@ def action_info(settings, trees, myopts, myfiles):
append(ccache_str)
myvars = [
- "sys-devel/autoconf",
- "sys-devel/automake",
+ "dev-build/autoconf",
+ "dev-build/automake",
"virtual/os-headers",
"sys-devel/binutils",
- "sys-devel/libtool",
+ "dev-build/libtool",
"dev-lang/python",
]
myvars += portage.util.grabfile(settings["PORTDIR"] +
"/profiles/info_pkgs")