From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1307C1382AC for ; Tue, 21 Jun 2016 07:23:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8194BE0913; Tue, 21 Jun 2016 07:23:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25E3CE0913 for ; Tue, 21 Jun 2016 07:23:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95C76340756 for ; Tue, 21 Jun 2016 07:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 386A9208E for ; Tue, 21 Jun 2016 07:23:01 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1466493766.636bef4eaea4b884ef8f5cd08cb69c06f5ed934e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.87.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 636bef4eaea4b884ef8f5cd08cb69c06f5ed934e X-VCS-Branch: master Date: Tue, 21 Jun 2016 07:23:01 +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: da32c80e-1912-444c-9d4f-e3ed66217bb1 X-Archives-Hash: 01901e2934e7d03e589f19a05bb95424 commit: 636bef4eaea4b884ef8f5cd08cb69c06f5ed934e Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 21 07:22:46 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 21 07:22:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636bef4e mail-mta/exim: 4.87 has proper fix for missing ECDH in OpenSSL, no need for bindist requirement, bug #585938 Package-Manager: portage-2.2.28 mail-mta/exim/exim-4.87.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild index b775bbb..427c023 100644 --- a/mail-mta/exim/exim-4.87.ebuild +++ b/mail-mta/exim/exim-4.87.ebuild @@ -28,7 +28,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5 pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( - !libressl? ( dev-libs/openssl:0=[-bindist] ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) gnutls? ( net-libs/gnutls[pkcs11?]