From d2436afb6637cfe19dd1cf446929be17beee2ba2 Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:20:45 +0200 Subject: gdb: fix debuginfod for version 10 (#38058) --- var/spack/repos/builtin/packages/gdb/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/gdb/package.py b/var/spack/repos/builtin/packages/gdb/package.py index da43be5e88..22f2673106 100644 --- a/var/spack/repos/builtin/packages/gdb/package.py +++ b/var/spack/repos/builtin/packages/gdb/package.py @@ -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" -- cgit v1.2.3-60-g2f50