diff options
author | 2012-12-21 05:20:46 +0000 | |
---|---|---|
committer | 2012-12-21 05:20:46 +0000 | |
commit | 2261e2636f5ea1ba38c98a38d510b6c468c4f5b0 (patch) | |
tree | c336a17cf676876d71660656d1dea81bc8d60259 /sys-devel/gcc/gcc-4.5.4.ebuild | |
parent | Drop udev dep since cryptsetup no longer calls udevsettle at runtime #445660 ... (diff) | |
download | gentoo-2-2261e2636f5ea1ba38c98a38d510b6c468c4f5b0.tar.gz gentoo-2-2261e2636f5ea1ba38c98a38d510b6c468c4f5b0.tar.bz2 gentoo-2-2261e2636f5ea1ba38c98a38d510b6c468c4f5b0.zip |
Add fix from upstream pr48226 for ppc handling of the vector keyword #445606 by Marcus Comstedt.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gcc/gcc-4.5.4.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.5.4.ebuild b/sys-devel/gcc/gcc-4.5.4.ebuild index 16f232b0e17e..d8c519c59ba3 100644 --- a/sys-devel/gcc/gcc-4.5.4.ebuild +++ b/sys-devel/gcc/gcc-4.5.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.10 2012/12/11 17:39:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.11 2012/12/21 05:20:46 vapier Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |