From 1d2e6896f037b09542d1905b8713422940695509 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 09 Mar 2014 15:00:09 -0400 Subject: gcc, g++: Depend on "cpp (= ${Binary-Version})". --- diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 321159d..0ac7fe0 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: cpp (>= 0.2), gcc-@PKG_TARGET_ARCH@ (>= 0.2), g++-4.7-@PKG_TARGET_ARCH@ +Depends: cpp (= ${Binary-Version}), 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++. . diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index be9d56c..e1986bc 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: cpp (>= 0.2), gcc-4.7-@PKG_TARGET_ARCH@ +Depends: cpp (= ${Binary-Version}), gcc-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. . -- cgit v0.9.1