From 7c9bb2caeaff59232cb44e84b585db3feb2dd5fe Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 May 2024 13:05:17 +0100 Subject: [PATCH] actions: handle pkgmoves for autoconf, automake, libtool Signed-off-by: Sam James --- 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")