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 ABA6C158020 for ; Fri, 18 Nov 2022 17:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04235E0869; Fri, 18 Nov 2022 17:57:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8DF5EE0869 for ; Fri, 18 Nov 2022 17:57:45 +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 7C305340FE4 for ; Fri, 18 Nov 2022 17:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51DC975 for ; Fri, 18 Nov 2022 17:57:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1663946604.10a87d6f135b30140a168190b408c49daf8a15ae.floppym@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 10a87d6f135b30140a168190b408c49daf8a15ae X-VCS-Branch: master Date: Fri, 18 Nov 2022 17:57:42 +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: 38c3f5dd-a44c-4443-81f1-7f445c9b66b5 X-Archives-Hash: c7d39a658340788c206fc52ce740cf9b commit: 10a87d6f135b30140a168190b408c49daf8a15ae Author: Mike Gilbert gentoo org> AuthorDate: Fri Sep 23 15:19:26 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Sep 23 15:23:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=10a87d6f Call emerge instead of qmerge to unmerge packages qmerge does not remove packages from the world file. Also, this allows us to drop the dependency on portage-utils. Signed-off-by: Mike Gilbert gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 6b868f8..6c3a3e4 100755 --- a/crossdev +++ b/crossdev @@ -638,7 +638,7 @@ uninstall() { rmdir "${EPREFIX}"/etc/revdep-rebuild 2>/dev/null # Unmerge all toolchain packages for this target. - qmerge -Uqy $(qlist -IC "cross-${CTARGET}/") + emerge -q --rage-clean "cross-${CTARGET}/*" # clean out known toolchain files (binutils/gcc) for f in \