commit: 75af27ac55753389da3edcf392cf0c924bd45bc2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Nov 1 00:51:12 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Nov 1 00:51:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=75af27ac
scripts/cycle.1.sh: avoid a problem with emerging layman scripts/cycle.1.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 837a338..2a2a5d2 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -2,6 +2,11 @@ source /etc/profile env-update + +# This is a workaround for now to avoid a problem +# with dev-python/cryptography which depends on +# >=dev-libs/openssl-1.0.2:0=[-bindist(-)] +USE=-bindist emerge -1 --nodeps openssl openssh emerge -b1q layman layman -L
