Restrict a patch of rhash to versions >=1.3.6 (#34310)

This commit is contained in:
Andrew Wood 2022-12-22 15:02:15 +00:00 committed by GitHub
parent 161fbfadf4
commit 344e8d142a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ class Rhash(MakefilePackage):
# Intel 20xx.yy.z works just fine. Un-block it from the configure script
# https://github.com/rhash/RHash/pull/197
patch("rhash-intel20.patch")
patch("rhash-intel20.patch", when="@1.3.6:")
# For macOS build instructions, see:
# https://github.com/Homebrew/homebrew-core/blob/master/Formula/rhash.rb