commit: 2462690cb558215d723b525f327790a3e1b898d0 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 16:54:13 2019 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 16:54:13 2019 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=2462690c
cycle.1.sh: clean up build of openssl scripts/cycle.1.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index e2b3835..3235e01 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -3,10 +3,9 @@ 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 -1q --nodeps openssl openssh +# We to build openssl[-bindist] for layman, and +# Consequently we need to build openssh[-bindist] +emerge -1q openssl openssh emerge -b1q layman layman -L
