diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 13:13:51 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 13:13:51 -0400 |
commit | 29f459abc308b519fb6d39c535b7e0df6410ee57 (patch) | |
tree | ed0da1539f4634b5fabb353cbcdbdff296b6c6c0 /net-mail | |
parent | net-mail/bincimap: bump to EAPI=5 (diff) | |
download | gentoo-29f459abc308b519fb6d39c535b7e0df6410ee57.tar.gz gentoo-29f459abc308b519fb6d39c535b7e0df6410ee57.tar.bz2 gentoo-29f459abc308b519fb6d39c535b7e0df6410ee57.zip |
net-mail/bincimap: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/bincimap/bincimap-1.2.13-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/bincimap/bincimap-1.2.13-r1.ebuild b/net-mail/bincimap/bincimap-1.2.13-r1.ebuild index c01e06556b9c..5acb6b9ffe14 100644 --- a/net-mail/bincimap/bincimap-1.2.13-r1.ebuild +++ b/net-mail/bincimap/bincimap-1.2.13-r1.ebuild @@ -12,9 +12,12 @@ HOMEPAGE="http://freshmeat.net/projects/bincimap/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="ssl" +IUSE="libressl ssl" -DEPEND="ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +)" RDEPEND="${DEPEND} virtual/daemontools |