Skip to content

Commit

Permalink
actions: handle pkgmoves for autoconf, automake, libtool
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 4, 2024
1 parent 51f6ad1 commit 7c9bb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/_emerge/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7c9bb2c

Please sign in to comment.