diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
commit | abeec0d9ce8a1f68f70c781f66f7261a709be04b (patch) | |
tree | c496783810179aaa1e47b01c2700e409ff035cd0 /cpp-8.pkg/control | |
parent | a8432c6b7b32a0e2228ba27fd9deba5bb75834fc (diff) |
Use ${Shlib-Depends}
Diffstat (limited to 'cpp-8.pkg/control')
-rw-r--r-- | cpp-8.pkg/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp-8.pkg/control b/cpp-8.pkg/control index 9896d06..28206ed 100644 --- a/cpp-8.pkg/control +++ b/cpp-8.pkg/control @@ -1,7 +1,6 @@ Architecture: i686-any-any core-any-any k8-any-any amd64-any-any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}), - libmpc.3, libmpfr.4, libgmp.10, libz.1 +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends} Suggests: gcc-${Base-Version}-locales (>= ${Binary-Version}) Description: GNU C preprocessor A macro processor that is used automatically by the C compiler to transform |