ncurses 6.3 restrict patch (#32271)

This commit is contained in:
Harmen Stoppels 2022-08-19 19:11:32 +02:00 committed by GitHub
parent 362cdc5437
commit 7acc082fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ class Ncurses(AutotoolsPackage, GNUMirrorPackage):
patch("patch_gcc_5.txt", when="@6.0%gcc@5.0:") patch("patch_gcc_5.txt", when="@6.0%gcc@5.0:")
patch("sed_pgi.patch", when="@:6.0") patch("sed_pgi.patch", when="@:6.0")
patch("nvhpc_fix_preprocessor_flag.patch", when="@6.0:%nvhpc") patch("nvhpc_fix_preprocessor_flag.patch", when="@6.0:6.2%nvhpc")
@classmethod @classmethod
def determine_version(cls, exe): def determine_version(cls, exe):