commit: 4a601ee022f33455841521c03e31292217c75fd7
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:37:32 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:37:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a601ee0
app-admin/radmind: fix openssl and libressl slots
Package-Manager: portage-2.2.26
app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild
b/app-admin/radmind/radmind-1.14.1-r1.ebuild
index ed0b79b..45bb581 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() {