summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libevent/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libevent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libevent/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libevent/package.py b/var/spack/repos/builtin/packages/libevent/package.py
index 764eca3423..70fe512a2d 100644
--- a/var/spack/repos/builtin/packages/libevent/package.py
+++ b/var/spack/repos/builtin/packages/libevent/package.py
@@ -37,7 +37,7 @@ class Libevent(AutotoolsPackage):
variant('openssl', default=True,
description="Build with encryption enabled at the libevent level.")
# Versions before 2.1 do not build with OpenSSL 1.1
- depends_on('openssl@:1.0', when='@:2.0.99+openssl')
+ depends_on('openssl@:1.0', when='@:2.0+openssl')
depends_on('openssl', when='+openssl')
def url_for_version(self, version):