Changed other packages to fit new syntax

This commit is contained in:
Gregory Becker
2016-05-05 15:40:22 -07:00
parent d45b2c7947
commit 44f089508b
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class Lua(Package):
depends_on('readline')
def install(self, spec, prefix):
if spec.satisfies("=darwin-i686") or spec.satisfies("=darwin-x86_64"):
if spec.satisfies("arch=darwin-i686") or spec.satisfies("arch=darwin-x86_64"):
target = 'macosx'
else:
target = 'linux'