gdb: fix debuginfod for version 10 (#38058)

This commit is contained in:
Manuela Kuhn 2023-06-12 15:20:45 +02:00 committed by GitHub
parent e43444cbb6
commit d2436afb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
depends_on("source-highlight", when="+source-highlight")
depends_on("ncurses", when="+tui")
depends_on("gmp", when="@11.1:")
depends_on("elfutils@0.178:+debuginfod", when="@11.1:+debuginfod")
depends_on("elfutils@0.179:+debuginfod", when="@10.1:+debuginfod")
build_directory = "spack-build"