From 92d3c36a06818cd23ff1442546aa205e29a419c3 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 18 May 2013 12:58:40 -0400 Subject: Fix SPF 2.0 binary package metadata. --- 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. -- cgit v0.9.1