ghostscript: limited fujitsu compiler's version to apply patch. (#20281)

This commit is contained in:
Tomoki, Karatsu 2020-12-08 19:05:30 +09:00 committed by GitHub
parent 50f8332d95
commit 46ec233a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ class Ghostscript(AutotoolsPackage):
depends_on('libxext')
depends_on('gtkplus')
patch('nogoto.patch', when='%fj')
patch('nogoto.patch', when='%fj@:4.1.0')
def url_for_version(self, version):
baseurl = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs{0}/ghostscript-{1}.tar.gz"