mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-mail/bincimap: add libressl support
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user