summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 17:37:32 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 17:37:32 -0400
commit4a601ee022f33455841521c03e31292217c75fd7 (patch)
treeb7f73ae3efcabffca64e66a2c0a3d9ae91978069
parentapp-admin/monit: fix libressl slot (diff)
downloadgentoo-4a601ee022f33455841521c03e31292217c75fd7.tar.gz
gentoo-4a601ee022f33455841521c03e31292217c75fd7.tar.bz2
gentoo-4a601ee022f33455841521c03e31292217c75fd7.zip
app-admin/radmind: fix openssl and libressl slots
Package-Manager: portage-2.2.26
-rw-r--r--app-admin/radmind/radmind-1.14.1-r1.ebuild4
1 files 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 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() {