summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/boost/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py
index b9b0cabf0b..5ce7caa10b 100644
--- a/var/spack/repos/builtin/packages/boost/package.py
+++ b/var/spack/repos/builtin/packages/boost/package.py
@@ -161,7 +161,7 @@ class Boost(Package):
values=('fcontext', 'ucontext', 'winfib'),
multi=False,
description='Use the specified backend for boost-context',
- when='+context')
+ when='@1.65.0: +context')
variant('cxxstd',
default='98',