diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | g++.pkg.in/control | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,8 @@ gcc-defaults (1.1) trunk * Update Maintainer. * gcc-defaults-common: New binary package. + * Drop gcc-*-*-* -> cpp, g++-*-*-* -> cpp, and g++-*-*-* -> gcc-*-*-* + dependencies. * Make target-specific cpp packages with slightly better descriptions. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 30 May 2019 17:10:49 -0400 diff --git a/g++.pkg.in/control b/g++.pkg.in/control index 54c728f..0323823 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -1,7 +1,6 @@ Architecture: all Platform: all -Depends: gcc-defaults-common (= ${Binary-Version}), gcc-@PKG_TARGET_ARCH@ (= ${Binary-Version}), - g++-4.7-@PKG_TARGET_ARCH@ +Depends: gcc-defaults-common (= ${Binary-Version}), 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++. . |