summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-04-02 15:35:39 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-04-02 15:35:39 -0400
commitcc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9 (patch)
treea2642b0c1ec3ef466f5dfc6ea67c648cf6b6c3f5 /mail-mta/ssmtp/ssmtp-2.64-r3.ebuild
parentmedia-gfx/digikam: Remove direct reference to marble, since this is now handl... (diff)
downloadgentoo-cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9.tar.gz
gentoo-cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9.tar.bz2
gentoo-cc31e6c6be5e4c2c89a9570fbe98bbd6d3271cf9.zip
mail-mta/ssmtp: add libressl support
Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-mta/ssmtp/ssmtp-2.64-r3.ebuild')
-rw-r--r--mail-mta/ssmtp/ssmtp-2.64-r3.ebuild9
1 files 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 10de231a7270..cb4476a5b894 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