diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 14:37:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 14:39:33 (EDT) |
commit | 069f62a9ab8d60c6fb52f6396ebe69d76a6507d0 (patch) | |
tree | 435188209990bea2f2994871502d121ed0146d6e | |
parent | 6ae682afa74d47f5b09bc257de49b0b39717237d (diff) |
g++: Fix gcc dependency.
-rw-r--r-- | g++.pkg.in/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 85f62c2..321159d 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: cpp (>= 0.2), gcc (>= 0.2), g++-4.7-@PKG_TARGET_ARCH@ +Depends: cpp (>= 0.2), gcc-@PKG_TARGET_ARCH@ (>= 0.2), 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++. . |