diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-09 15:00:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-09 15:00:09 (EDT) |
commit | 1d2e6896f037b09542d1905b8713422940695509 (patch) | |
tree | e728f039343ae599c1f17bfe98df787043740933 /gcc.pkg.in/control | |
parent | 5afc940c9d6b8f1899500d3f97add59be4b207a4 (diff) |
gcc, g++: Depend on "cpp (= ${Binary-Version})".
Diffstat (limited to 'gcc.pkg.in/control')
-rw-r--r-- | gcc.pkg.in/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index be9d56c..e1986bc 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: cpp (>= 0.2), gcc-4.7-@PKG_TARGET_ARCH@ +Depends: cpp (= ${Binary-Version}), gcc-4.7-@PKG_TARGET_ARCH@ Description: GNU C compiler for @PKG_TARGET_ARCH@ This is the GNU C compiler, a fairly portable optimizing compiler for C. . |