diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-23 16:52:29 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-23 16:52:29 (EST) |
commit | 083fb74f8b4322d3b14dffcd403c8a3f555c69c0 (patch) | |
tree | 9eba0a803edc8b3ba41ec36444da76816389fdc8 | |
parent | 8c6a93db645d37bea23cf832dd6d69993c90d4d7 (diff) |
Make package descriptions architecture-specific.
-rw-r--r-- | g++-4.7.pkg.in/control | 2 | ||||
-rw-r--r-- | gcc-4.7.pkg.in/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control index 4658ef9..09aa64b 100644 --- a/g++-4.7.pkg.in/control +++ b/g++-4.7.pkg.in/control @@ -10,5 +10,5 @@ Depends: gcc-4.7-common (= ${Binary-Version}, libmpfr.4, libz.1, Suggests: gcc-4.7-locales (>= ${Binary-Version}) -Description: GNU C compiler +Description: GNU C compiler for @PKG_TARGET_ARCH@ The C language front end for the GNU compiler collection. diff --git a/gcc-4.7.pkg.in/control b/gcc-4.7.pkg.in/control index c7d3403..afd1f4a 100644 --- a/gcc-4.7.pkg.in/control +++ b/gcc-4.7.pkg.in/control @@ -15,5 +15,5 @@ Depends: gcc-4.7-common (= ${Binary-Version}, Recommends: libc.6-dev Suggests: gcc-4.7-locales (>= ${Binary-Version}), libmudflap.0-4.7-dev (>= ${Binary-Version}), -Description: GNU C++ compiler +Description: GNU C++ compiler for @PKG_TARGET_ARCH@ The C++ language front end for the GNU compiler collection. |