From 5d730ee0e6f8adf6b7274df6ed84b8a7a93e68f5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Dec 2024 14:05:10 -0600 Subject: [PATCH] lib/crossdev: Do not update when installing This usually results in a broken dependency graph that has to be resolved by rebuilding the base layer. --- lib/crossdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crossdev.sh b/lib/crossdev.sh index 1c73a6a..f7d94b0 100755 --- a/lib/crossdev.sh +++ b/lib/crossdev.sh @@ -17,7 +17,7 @@ masters = gentoo auto-sync = no EOF -emerge -kvnuUDj --rebuilt-binaries=y sys-devel/crossdev +emerge -kvnj --rebuilt-binaries=y sys-devel/crossdev crossdev --stable -t "$1"