From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77296158064 for ; Sat, 4 May 2024 12:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E68FE29EC; Sat, 4 May 2024 12:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BF64E29EC for ; Sat, 4 May 2024 12:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCFFD33BDF5 for ; Sat, 4 May 2024 12:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5722B1779 for ; Sat, 4 May 2024 12:05:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714824317.7c9bb2caeaff59232cb44e84b585db3feb2dd5fe.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: lib/_emerge/actions.py X-VCS-Directories: lib/_emerge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c9bb2caeaff59232cb44e84b585db3feb2dd5fe X-VCS-Branch: master Date: Sat, 4 May 2024 12:05:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44d92323-f4e1-462c-b9ab-700fa22e6e4b X-Archives-Hash: da8412c9ef2283dc9f3533ea4605c2c7 commit: 7c9bb2caeaff59232cb44e84b585db3feb2dd5fe Author: Sam James gentoo org> AuthorDate: Sat May 4 12:05:17 2024 +0000 Commit: Sam James gentoo 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 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")