Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/ssmtp/
Date: Sat, 02 Apr 2016 19:29:36
Message-Id: 1459625739.cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9.blueness@gentoo
1 commit: cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 19:35:39 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 19:35:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc31e6c6
7
8 mail-mta/ssmtp: add libressl support
9
10 Package-Manager: portage-2.2.26
11
12 mail-mta/ssmtp/ssmtp-2.64-r3.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild b/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild
16 index 10de231..cb4476a 100644
17 --- a/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild
18 +++ b/mail-mta/ssmtp/ssmtp-2.64-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,11 +18,14 @@ SRC_URI="mirror://debian/pool/main/s/ssmtp/${P/-/_}.orig.tar.bz2
26 LICENSE="GPL-2"
27 SLOT="0"
28 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"
29 -IUSE="ipv6 +ssl gnutls +mta"
30 +IUSE="ipv6 libressl +ssl gnutls +mta"
31
32 DEPEND="ssl? (
33 - !gnutls? ( dev-libs/openssl:0 )
34 gnutls? ( net-libs/gnutls[openssl] )
35 + !gnutls? (
36 + !libressl? ( dev-libs/openssl:0= )
37 + libressl? ( dev-libs/libressl:0= )
38 + )
39 )"
40 RDEPEND="${DEPEND}
41 net-mail/mailbase