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

@@ -13,7 +13,7 @@ class Libpciaccess(Package):
def install(self, spec, prefix):
# libpciaccess does not support OS X
if spec.satisfies('=darwin-x86_64'):
if spec.satisfies('arch=darwin-x86_64'):
# create a dummy directory
mkdir(prefix.lib)
return