commit: 51973b258008965c4d712068f775d742bde58056 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 12:01:30 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 12:01:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=51973b25
scripts/cycle.1.sh: USE=bindist when emerging grs. scripts/cycle.1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 8e5d673..9e558bd 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -3,7 +3,7 @@ source /etc/profile env-update emerge -1q portage -emerge -1q app-portage/grs +USE=bindist emerge -1q app-portage/grs emerge --unmerge sys-fs/udev emerge -1q sys-fs/eudev install-worldconf
