gettext: no link dep on tar (#44256)

This commit is contained in:
Harmen Stoppels 2024-05-20 09:23:46 +02:00 committed by GitHub
parent dcd6b530f9
commit 60d10848c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ class Gettext(AutotoolsPackage, GNUMirrorPackage):
depends_on("libxml2", when="+libxml2")
# Java runtime and compiler (e.g. GNU gcj or kaffe)
# C# runtime and compiler (e.g. pnet or mono)
depends_on("tar", when="+tar")
depends_on("tar", when="+tar", type="run")
# depends_on('gzip', when='+gzip')
depends_on("bzip2", when="+bzip2")
depends_on("xz", when="+xz", type=("build", "link", "run"))