extrae: relax requirements on binutils (#47893)

This commit is contained in:
jgraciahlrs 2024-12-10 03:24:15 +01:00 committed by GitHub
parent 36f3566257
commit 42333ad66e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,8 @@ class Extrae(AutotoolsPackage):
depends_on("elf", type="link")
depends_on("libxml2")
depends_on("numactl")
depends_on("binutils+libiberty@:2.33")
depends_on("binutils+libiberty@:2.33", when="@:4.0.1")
depends_on("binutils+libiberty", when="@4.0.2:")
depends_on("gettext")
# gettext dependency added to find -lintl
# https://www.gnu.org/software/gettext/FAQ.html#integrating_undefined