diff options
-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. |