summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-03 09:05:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-03 09:05:41 -0400
commita34ad18c0ed4f6226a6b79cee37e0faba55e1621 (patch)
tree6b1a22412fd3517c348f1cf82e5dde2d277a7d7e /mail-filter
parentdev-python/pypy: add libressl support (diff)
downloadgentoo-a34ad18c0ed4f6226a6b79cee37e0faba55e1621.tar.gz
gentoo-a34ad18c0ed4f6226a6b79cee37e0faba55e1621.tar.bz2
gentoo-a34ad18c0ed4f6226a6b79cee37e0faba55e1621.zip
mail-filter/opendkim: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/opendkim/opendkim-2.10.3-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r1.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r1.ebuild
index 73ec108d26cc..12f271193fd2 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r1.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r1.ebuild
@@ -17,11 +17,14 @@ SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
LICENSE="Sendmail-Open-Source BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+berkdb gnutls ldap lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"
+IUSE="+berkdb gnutls ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound"
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
dev-libs/libbsd
- ssl? ( >=dev-libs/openssl-0.9.8:* )
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )
berkdb? ( >=sys-libs/db-3.2:* )
opendbx? ( >=dev-db/opendbx-1.4.0 )
lua? ( dev-lang/lua:* )