diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-09 15:05:33 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-09 15:05:33 (EDT) |
commit | 56c9dfc1f88ccb7c59d6845c619e0dda4f25e3de (patch) | |
tree | 9dc96f8ca3a8fe7da1924e4eaaf5092f67ccf0e1 | |
parent | 1d2e6896f037b09542d1905b8713422940695509 (diff) |
g++: Fix versioned gcc dependency.
-rw-r--r-- | g++.pkg.in/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 0ac7fe0..601fd03 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,6 +1,7 @@ Architecture: all Platform: all -Depends: cpp (= ${Binary-Version}), gcc-@PKG_TARGET_ARCH@ (>= 0.2), g++-4.7-@PKG_TARGET_ARCH@ +Depends: cpp (= ${Binary-Version}), gcc-@PKG_TARGET_ARCH@ (= ${Binary-Version}), + g++-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++. . |