summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-09-25 08:37:06 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-09-25 08:37:22 -0400
commit83c1f92a8683837e20029eaee1ed8ac430cbdb04 (patch)
treeeca80c3d41d0486607340375ae531113db995b9e /mail-filter/rmilter
parentmedia-sound/{mumble,murmur}: Add subslot operator to protobuf dep (diff)
downloadgentoo-83c1f92a8683837e20029eaee1ed8ac430cbdb04.tar.gz
gentoo-83c1f92a8683837e20029eaee1ed8ac430cbdb04.tar.bz2
gentoo-83c1f92a8683837e20029eaee1ed8ac430cbdb04.zip
mail-filter/rmilter: add libressl support, bug #595092
Package-Manager: portage-2.2.28
Diffstat (limited to 'mail-filter/rmilter')
-rw-r--r--mail-filter/rmilter/rmilter-1.9.2.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail-filter/rmilter/rmilter-1.9.2.ebuild b/mail-filter/rmilter/rmilter-1.9.2.ebuild
index 4bcfbed4e2d9..b1dbf855c19f 100644
--- a/mail-filter/rmilter/rmilter-1.9.2.ebuild
+++ b/mail-filter/rmilter/rmilter-1.9.2.ebuild
@@ -13,14 +13,15 @@ HOMEPAGE="https://github.com/vstakhov/rmilter"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="dkim +memcached"
+IUSE="dkim libressl +memcached"
RDEPEND="dev-libs/libpcre
- dev-libs/openssl:0
- mail-filter/libmilter
- >=dev-libs/glib-2.28
- dkim? ( mail-filter/opendkim )
- memcached? ( dev-libs/libmemcached )"
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ mail-filter/libmilter
+ >=dev-libs/glib-2.28
+ dkim? ( mail-filter/opendkim )
+ memcached? ( dev-libs/libmemcached )"
DEPEND="${RDEPEND}"
pkg_setup() {