express: specify patch version range (#30283)

This commit is contained in:
snehring 2022-04-26 04:27:32 -05:00 committed by GitHub
parent 80e24f3f69
commit 62abbeaf6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,8 @@ class Express(CMakePackage):
# patch from the debian package repo: # patch from the debian package repo:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859
patch('gcc-6.patch', when='%gcc@6.0.0:') patch('gcc-6.patch', when='@:1.5.2%gcc@6.0.0:')
patch('gcc-6.patch', when='%fj') patch('gcc-6.patch', when='@:1.5.2%fj')
def patch(self): def patch(self):
with working_dir('src'): with working_dir('src'):