diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 01:25:44 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-14 01:25:44 (EDT) |
commit | 194c8a98e0c935088da1a92b41db6dd3bb3d4df8 (patch) | |
tree | 99fe163b6edcf7f633d7d78f63c9f2aafea37f19 /cpp-8.pkg/control | |
parent | 5800c309f7ce65c11d6a2687c6a0394d622032cc (diff) |
Use Base-Version in package control fields
Diffstat (limited to 'cpp-8.pkg/control')
-rw-r--r-- | cpp-8.pkg/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-8.pkg/control b/cpp-8.pkg/control index c6ef972..9896d06 100644 --- a/cpp-8.pkg/control +++ b/cpp-8.pkg/control @@ -1,8 +1,8 @@ Architecture: i686-any-any core-any-any k8-any-any amd64-any-any Platform: all -Depends: gcc-4.7-common (= ${Binary-Version}), +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), libmpc.3, libmpfr.4, libgmp.10, libz.1 -Suggests: gcc-4.7-locales (>= ${Binary-Version}) +Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) Description: GNU C preprocessor A macro processor that is used automatically by the C compiler to transform programs before actual compilation. |