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 D2D6E59CAF for ; Sat, 2 Apr 2016 19:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CEF6E083B; Sat, 2 Apr 2016 19:29:33 +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 1CF79E083B for ; Sat, 2 Apr 2016 19:29:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 19D65340139 for ; Sat, 2 Apr 2016 19:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9E080 for ; Sat, 2 Apr 2016 19:29:28 +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: <1459625739.cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/ssmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/ssmtp/ssmtp-2.64-r3.ebuild X-VCS-Directories: mail-mta/ssmtp/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9 X-VCS-Branch: master Date: Sat, 2 Apr 2016 19:29:28 +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: 0357bb73-0931-4343-912f-2df12441ffbd X-Archives-Hash: 9819749ec18a61d142bee38b18b8cbf5 commit: cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Apr 2 19:35:39 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Apr 2 19:35:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc31e6c6 mail-mta/ssmtp: add libressl support Package-Manager: portage-2.2.26 mail-mta/ssmtp/ssmtp-2.64-r3.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild b/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild index 10de231..cb4476a 100644 --- a/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,11 +18,14 @@ SRC_URI="mirror://debian/pool/main/s/ssmtp/${P/-/_}.orig.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="ipv6 +ssl gnutls +mta" +IUSE="ipv6 libressl +ssl gnutls +mta" DEPEND="ssl? ( - !gnutls? ( dev-libs/openssl:0 ) gnutls? ( net-libs/gnutls[openssl] ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) )" RDEPEND="${DEPEND} net-mail/mailbase