diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:41:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:41:17 (EDT) |
commit | ae3b01a98e7602fe81ab92b55fa19303c6d48ccb (patch) | |
tree | efbcb9a2328505defb9a5fcacc9b34d71f2aa9e3 | |
parent | 627870aae0068aba42ea146960b9ecd82348cb37 (diff) |
cpp-8: Drop non-existent architectures
-rw-r--r-- | cpp-8.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-8.pkg/control b/cpp-8.pkg/control index 28206ed..933ea48 100644 --- a/cpp-8.pkg/control +++ b/cpp-8.pkg/control @@ -1,4 +1,4 @@ -Architecture: i686-any-any core-any-any k8-any-any amd64-any-any +Architecture: i686-any-any amd64-any-any Platform: all Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends} Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) |