summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xphelloworld/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xphelloworld/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xphelloworld/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/xphelloworld/package.py b/var/spack/repos/builtin/packages/xphelloworld/package.py
index 3e7b4d59a4..c862e9f379 100644
--- a/var/spack/repos/builtin/packages/xphelloworld/package.py
+++ b/var/spack/repos/builtin/packages/xphelloworld/package.py
@@ -12,18 +12,18 @@ class Xphelloworld(AutotoolsPackage, XorgPackage):
homepage = "https://cgit.freedesktop.org/xorg/app/xphelloworld"
xorg_mirror_path = "app/xphelloworld-1.0.1.tar.gz"
- version('1.0.1', sha256='ead6437c4dc9540698a41e174c9d1ac792de07baeead81935d72cb123196f866')
+ version("1.0.1", sha256="ead6437c4dc9540698a41e174c9d1ac792de07baeead81935d72cb123196f866")
- depends_on('libx11')
- depends_on('libxaw')
- depends_on('libxprintapputil')
- depends_on('libxprintutil')
- depends_on('libxp')
- depends_on('libxt')
+ depends_on("libx11")
+ depends_on("libxaw")
+ depends_on("libxprintapputil")
+ depends_on("libxprintutil")
+ depends_on("libxp")
+ depends_on("libxt")
# FIXME: xphelloworld requires libxaw8, but libxaw only provides 6 and 7.
# It looks like xprint support was removed from libxaw at some point.
# But even the oldest version of libxaw doesn't build libxaw8.
- depends_on('pkgconfig', type='build')
- depends_on('util-macros', type='build')
+ depends_on("pkgconfig", type="build")
+ depends_on("util-macros", type="build")