From: Anthony G. Basile Date: Mon, 21 Mar 2016 21:37:32 +0000 (-0400) Subject: app-admin/radmind: fix openssl and libressl slots X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4a601ee022f33455841521c03e31292217c75fd7;p=gentoo.git app-admin/radmind: fix openssl and libressl slots Package-Manager: portage-2.2.26 --- diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild index ed0b79ba207e..45bb5811863e 100644 --- a/app-admin/radmind/radmind-1.14.1-r1.ebuild +++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="libressl" DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND}" src_prepare() {