diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:34:51 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:34:51 (EDT) |
commit | 523f05f9808311c117385279b8827948505b339a (patch) | |
tree | dbc643bff184739dbc401b9483b0e43844cf9173 | |
parent | ea4a3f795c5b25b604c15006e8be9950b9623c9f (diff) |
g++-*-*-*: Drop dependency on gcc-*-*-*
-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++. . |