commit: ed2a0c2e8f1f7c11bb29cbb9cf5092a7470db0a0 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 23:25:46 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 23:25:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=ed2a0c2e
scripts/cycle.2.sh: remove package.accept_keywords from tarball scripts/cycle.2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index afb709c..a283ccb 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -12,6 +12,7 @@ emerge -b1q musl # This is from the tarball. rm -rf /etc/portage/package.use +rm -rf /etc/portage/package.accept_keywords install-worldconf emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world
