diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-04 17:40:23 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-04 17:40:23 -0400 |
commit | e0e78c4a4828bff453b4a9146e4f0e8f7f7ccd45 (patch) | |
tree | 6537734b6c90a6027ca624daeccc4e6496a062d9 /scripts/cycle.1.sh | |
parent | Remove python3_3 from cycle 3. (diff) | |
download | grs-e0e78c4a4828bff453b4a9146e4f0e8f7f7ccd45.tar.gz grs-e0e78c4a4828bff453b4a9146e4f0e8f7f7ccd45.tar.bz2 grs-e0e78c4a4828bff453b4a9146e4f0e8f7f7ccd45.zip |
Move from uclibc to glibc.
Diffstat (limited to 'scripts/cycle.1.sh')
-rw-r--r-- | scripts/cycle.1.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index b8d2e7b..d77df0d 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -1,11 +1,7 @@ #!/bin/bash -e -# This comes from the stage3. -rm -f /etc/portage/package.use/uclibc - source /etc/profile env-update -emerge -b1q binutils -emerge -b1q gcc -emerge -b1q uclibc -emerge -b1q argp-standalone +install-worldconf +emerge -bevq --keep-going --with-bdeps=y @world +clean-worldconf |