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 BDE9C138334 for ; Sat, 4 Aug 2018 16:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 738D3E07F6; Sat, 4 Aug 2018 16:53:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3DD1FE07F6 for ; Sat, 4 Aug 2018 16:53:06 +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 DF4CD335CD8 for ; Sat, 4 Aug 2018 16:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6AC3380 for ; Sat, 4 Aug 2018 16:53:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1533401571.6918a3ff008299e37150afd9a1083b9cae4cbe5f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-2.2.2-r1.ebuild dev-python/cryptography/cryptography-2.3.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6918a3ff008299e37150afd9a1083b9cae4cbe5f X-VCS-Branch: master Date: Sat, 4 Aug 2018 16:53:02 +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-Archives-Salt: 42777b2b-ce9e-49e4-921d-838f5bc2ca47 X-Archives-Hash: d25aa1f44946cd0ba3b7b88d769b6515 commit: 6918a3ff008299e37150afd9a1083b9cae4cbe5f Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 4 16:52:14 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 4 16:52:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6918a3ff dev-python/cryptography: depend on >=dev-libs/openssl-1.0.2o-r6 ... or dev-libs/openssl[-bindist]. Closes: https://bugs.gentoo.org/662688 Package-Manager: Portage-2.3.44_p5_p244913, Repoman-2.3.10_p20_p244913 dev-python/cryptography/cryptography-2.2.2-r1.ebuild | 2 +- dev-python/cryptography/cryptography-2.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild index ffaf2cd166a..449719f769c 100644 --- a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild +++ b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)] - >=dev-libs/openssl-1.0.2o-r2:0 + >=dev-libs/openssl-1.0.2o-r6:0 ) ) ) diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild index 958c0527b8c..ec123a175ee 100644 --- a/dev-python/cryptography/cryptography-2.3.ebuild +++ b/dev-python/cryptography/cryptography-2.3.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)] - >=dev-libs/openssl-1.0.2o-r2:0 + >=dev-libs/openssl-1.0.2o-r6:0 ) ) )