Use correct range check for the version (#13977)

Update to #13893
This commit is contained in:
Tim Haines 2019-12-04 07:50:05 -06:00 committed by Adam J. Stewart
parent ba87a7f53a
commit bb33b6b8e6

View File

@ -63,7 +63,7 @@ class IntelTbb(Package):
#
# See https://github.com/intel/tbb/pull/147 for details.
#
conflicts('%clang', when='@:2019.7',
conflicts('%clang', when='@:2019.6',
msg='2019.7 or later required for clang')
conflicts('%gcc@6.1:', when='@:4.4.3',