Skip to content

Commit

Permalink
Call emerge instead of qmerge to unmerge packages
Browse files Browse the repository at this point in the history
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 <floppym@gentoo.org>
  • Loading branch information
floppym committed Sep 23, 2022
1 parent 5ff32d9 commit 10a87d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossdev
Expand Up @@ -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 \
Expand Down

0 comments on commit 10a87d6

Please sign in to comment.