diff options
-rw-r--r-- | lib/_emerge/actions.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py index d36a79924..b93c08aa0 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") |