diff options
author | P. J. McDermott <pjm@nac.net> | 2014-01-22 21:20:49 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-01-22 21:20:49 (EST) |
commit | 23d10af06a2baa71570fd7a14b17034a06d1a8f7 (patch) | |
tree | 7fe44d007f2dbbdcba697f6ebc32b24e5879d196 | |
parent | 03c16fbfead1f88c0f58de7f3e1c8c5f94b879ce (diff) |
Update Architecture fields.
-rw-r--r-- | g++-4.7.pkg.in/control | 2 | ||||
-rw-r--r-- | gcc-4.7.pkg.in/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control index ca7530f..585eafa 100644 --- a/g++-4.7.pkg.in/control +++ b/g++-4.7.pkg.in/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any core-any-any k8-any-any amd64-any-any @PKG_TARGET_ARCH@ +Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ Platform: all Depends: gcc-4.7-common (= ${Binary-Version}, gcc-4.7-@PKG_TARGET_ARCH@ (= ${Binary-Version}), diff --git a/gcc-4.7.pkg.in/control b/gcc-4.7.pkg.in/control index e202e2c..352d8af 100644 --- a/gcc-4.7.pkg.in/control +++ b/gcc-4.7.pkg.in/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any core-any-any k8-any-any amd64-any-any @PKG_TARGET_ARCH@ +Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@ Platform: all Depends: gcc-4.7-common (= ${Binary-Version}, cpp-4.7 (= ${Binary-Version}), |