--- /usr/portage/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild 2015-08-09 16:34:53.000000000 -0400 +++ /usr/local/overlay/maurerpe/net-mail/fetchmail/fetchmail-6.3.26-r100.ebuild 2016-01-30 00:49:18.100814665 -0500 @@ -15,12 +15,15 @@ LICENSE="GPL-2 public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ssl nls kerberos hesiod tk socks" +IUSE="ssl nls kerberos hesiod tk socks libressl" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="hesiod? ( net-dns/hesiod ) - ssl? ( >=dev-libs/openssl-0.9.6 ) - kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 ) + ssl? ( !libressl? ( >=dev-libs/openssl-0.9.6 ) + libressl? ( dev-libs/libressl ) ) + kerberos? ( virtual/krb5 + !libressl? ( >=dev-libs/openssl-0.9.6 ) + libressl? ( dev-libs/libressl ) ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) socks? ( net-proxy/dante ) @@ -45,6 +48,7 @@ epatch "${FILESDIR}"/${P}-python-optional.patch epatch "${FILESDIR}"/${P}-tests.patch + epatch "${FILESDIR}"/${P}-libressl.patch eautoreconf }