diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:53:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-15 23:53:10 (EDT) |
commit | d6e5840c22eead963b449241bca40247ce12b9c9 (patch) | |
tree | d152684ce1c8876e5e7d64afad759c2587e9a401 /cpp-4.7.pkg/control | |
parent | ffc777d72ab2e202975c852f87099b1cec1d6673 (diff) |
Fix some dependencies.
Diffstat (limited to 'cpp-4.7.pkg/control')
-rw-r--r-- | cpp-4.7.pkg/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-4.7.pkg/control b/cpp-4.7.pkg/control index 0a4a0b9..c6ef972 100644 --- a/cpp-4.7.pkg/control +++ b/cpp-4.7.pkg/control @@ -1,7 +1,7 @@ Architecture: i686-any-any core-any-any k8-any-any amd64-any-any Platform: all -Depends: gcc-4.7-common (= ${Binary-Version}, - libc.6, libmpc.3, libmpfr.4, libgmp.10, libz.1 +Depends: gcc-4.7-common (= ${Binary-Version}), + libmpc.3, libmpfr.4, libgmp.10, libz.1 Suggests: gcc-4.7-locales (>= ${Binary-Version}) Description: GNU C preprocessor A macro processor that is used automatically by the C compiler to transform |