commit:     088832cb6b09cbecd9c58a5ed72f28405f531074
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 15:25:16 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat May 28 15:25:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=088832cb

scrips/cycle.1.sh: ensure uclibc is upgraded

 scripts/cycle.1.sh | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
index b8d2e7b..ee6dff5 100644
--- a/scripts/cycle.1.sh
+++ b/scripts/cycle.1.sh
@@ -1,10 +1,14 @@
 #!/bin/bash -e
 
-# This comes from the stage3.
-rm -f /etc/portage/package.use/uclibc
-
 source /etc/profile
 env-update
+
+# This comes from the stage3, but we might
+# be building a different version of uclibc.
+rm -f /etc/portage/package.use/uclibc
+rm -f /etc/portage/savedconfig/sys-libs/uclibc
+emerge -b1q uclibc
+
 emerge -b1q binutils
 emerge -b1q gcc
 emerge -b1q uclibc

Reply via email to