From 52e3457be5abc15abf20cca77522087c2d7270f0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 16 Mar 2014 00:25:14 -0400 Subject: Fix reversed descriptions. --- diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control index 4fbec2b..12b8a61 100644 --- a/g++-4.7.pkg.in/control +++ b/g++-4.7.pkg.in/control @@ -9,5 +9,5 @@ Depends: gcc-4.7-common (= ${Binary-Version}), libmpfr.4, libz.1, Suggests: gcc-4.7-locales (>= ${Binary-Version}) -Description: GNU C compiler for @PKG_TARGET_ARCH@ - The C language front end for the GNU compiler collection. +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 99d9d0b..8c3ea2b 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 for @PKG_TARGET_ARCH@ - The C++ language front end for the GNU compiler collection. +Description: GNU C compiler for @PKG_TARGET_ARCH@ + The C language front end for the GNU compiler collection. -- cgit v0.9.1