diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 22:41:40 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 22:41:40 (EST) |
commit | b4990b1508834d08be1a3a645adab47e4a03a71a (patch) | |
tree | 2bf6f0880a5bae285c3b83edde377b8cc021c884 | |
parent | e70e711ac6802e6de53a3629d9fed64daeca2941 (diff) |
Fix packages' Architecture fields.
-rw-r--r-- | libsigsegv-dev.pkg/control | 2 | ||||
-rw-r--r-- | libsigsegv.2.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libsigsegv-dev.pkg/control b/libsigsegv-dev.pkg/control index e25b33f..393909d 100644 --- a/libsigsegv-dev.pkg/control +++ b/libsigsegv-dev.pkg/control @@ -1,4 +1,4 @@ -Architecture: all +Architecture: any Platform: all Depends: libsigsegv.2 (= ${Binary-Version}) Description: Library for handling page faults in user mode - development files diff --git a/libsigsegv.2.pkg/control b/libsigsegv.2.pkg/control index eaaae41..6fa171d 100644 --- a/libsigsegv.2.pkg/control +++ b/libsigsegv.2.pkg/control @@ -1,4 +1,4 @@ -Architecture: all +Architecture: any Platform: all Description: Library for handling page faults in user mode ${Common-Description} |