diff options
author | 2010-05-09 11:26:06 +0000 | |
---|---|---|
committer | 2010-05-09 11:26:06 +0000 | |
commit | 4331cee161143297b0cc943c37572ef3ec442589 (patch) | |
tree | 3a4cee8f80e0fa03930a86a1683f944adefe703d /sys-devel | |
parent | Fix build against >=dev-tex/tex4ht-20090611_p1038-r1. Thanks to andreas schü... (diff) | |
download | gentoo-2-4331cee161143297b0cc943c37572ef3ec442589.tar.gz gentoo-2-4331cee161143297b0cc943c37572ef3ec442589.tar.bz2 gentoo-2-4331cee161143297b0cc943c37572ef3ec442589.zip |
Add ~sh
(Portage version: 2.1.7.17/cvs/Linux ia64)
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 785adc90b77d..c77682ca41b2 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.751 2010/04/27 02:33:26 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.752 2010/05/09 11:26:06 armin76 Exp $ + + 09 May 2010; Raúl Porcel <armin76@gentoo.org> gcc-4.4.3-r2.ebuild: + Add ~sh 27 Apr 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.3-r2.ebuild: Tweak message. diff --git a/sys-devel/gcc/gcc-4.4.3-r2.ebuild b/sys-devel/gcc/gcc-4.4.3-r2.ebuild index 1186a6ad5bb0..1855ecda12cd 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.2 2010/04/27 02:33:26 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r2.ebuild,v 1.3 2010/05/09 11:26:06 armin76 Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -26,7 +26,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |