diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7b9f20a712af..785adc90b77d 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.750 2010/04/25 21:34:05 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.751 2010/04/27 02:33:26 dirtyepic Exp $ + + 27 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.3-r2.ebuild: + Tweak message. *gcc-4.4.3-r2 (25 Apr 2010) diff --git a/sys-devel/gcc/gcc-4.4.3-r2.ebuild b/sys-devel/gcc/gcc-4.4.3-r2.ebuild index 47edde4bfba7..1186a6ad5bb0 100644 --- a/sys-devel/gcc/gcc-4.4.3-r2.ebuild +++ b/sys-devel/gcc/gcc-4.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r2.ebuild,v 1.1 2010/04/25 21:34:05 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r2.ebuild,v 1.2 2010/04/27 02:33:26 dirtyepic Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -86,6 +86,6 @@ pkg_setup() { if use graphite ; then ewarn "Graphite support is still experimental and unstable." - ewarn "Any bugs resulting in the use of Graphite will not be fixed" + ewarn "Any bugs resulting from the use of Graphite will not be fixed." fi } |