From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AF94138334 for ; Sat, 9 Mar 2019 16:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A4B4E0920; Sat, 9 Mar 2019 16:56:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D19A7E0920 for ; Sat, 9 Mar 2019 16:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45CC8335CB7 for ; Sat, 9 Mar 2019 16:56:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355B14E3 for ; Sat, 9 Mar 2019 16:54:19 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1552150453.2462690cb558215d723b525f327790a3e1b898d0.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/cycle.1.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2462690cb558215d723b525f327790a3e1b898d0 X-VCS-Branch: desktop-amd64-musl-hardened Date: Sat, 9 Mar 2019 16:54:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cfaf7ec-3aa7-484c-ada3-6d796b40ad26 X-Archives-Hash: 0578d338627e0bb7f45ed1b14bcff1e1 commit: 2462690cb558215d723b525f327790a3e1b898d0 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Mar 9 16:54:13 2019 +0000 Commit: Anthony G. Basile gentoo 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