diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-18 12:58:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-18 12:58:40 (EDT) |
commit | 92d3c36a06818cd23ff1442546aa205e29a419c3 (patch) | |
tree | 14bea01cf94108981f2d46cf2cda575ab9184c08 | |
parent | e8c85262fd5ba22df382e95a369bc87342617174 (diff) |
Fix SPF 2.0 binary package metadata.
-rw-r--r-- | cpp.pkg/control | 2 | ||||
-rw-r--r-- | g++.pkg.in/control | 2 | ||||
-rw-r--r-- | gcc.pkg.in/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp.pkg/control b/cpp.pkg/control index 7a1e9e6..f8fb8f8 100644 --- a/cpp.pkg/control +++ b/cpp.pkg/control @@ -1,5 +1,5 @@ -Package: cpp Architecture: all +Platform: all Depends: cpp-4.7 Description: GNU C preprocessor The GNU C preprocessor is a macro processor that is used automatically diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 5a92334..781bbb0 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,5 +1,5 @@ -Package: g++ Architecture: all +Platform: all Depends: cpp (>= 0.2), gcc (>= 0.2), g++-4.7 Description: GNU C++ compiler for @PKG_TARGET_ARCH@ This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index f0e2ab6..83084d9 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -1,5 +1,5 @@ -Package: gcc Architecture: all +Platform: all Depends: cpp (>= 0.2), gcc-4.7 Description: GNU C compiler for @PKG_TARGET_ARCH@ This is the GNU C compiler, a fairly portable optimizing compiler for C. |