diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-09-19 07:52:33 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-09-19 07:52:33 +0000 |
commit | 81101a29755053189009979728a2a94d68426cf6 (patch) | |
tree | 825fbe99d93633b6ef765138d087534079818f70 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-81101a29755053189009979728a2a94d68426cf6.tar.gz gentoo-2-81101a29755053189009979728a2a94d68426cf6.tar.bz2 gentoo-2-81101a29755053189009979728a2a94d68426cf6.zip |
Restore keywords. Drop mips until they keyword dev-libs/mpc (bug #279851).
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index f80a5ec45962..885ec58569dc 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # 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.777 2010/09/16 04:53:07 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.778 2010/09/19 07:52:33 dirtyepic Exp $ + + 19 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.0.ebuild, + gcc-4.5.1.ebuild: + Restore keywords. Drop mips until they keyword dev-libs/mpc (bug #279851). 16 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.1.ebuild: Bump 4.5.1 patchset to 1.1. Fixes bug #334269 and #331641. diff --git a/sys-devel/gcc/gcc-4.5.0.ebuild b/sys-devel/gcc/gcc-4.5.0.ebuild index b4d429ee541b..edb6d27795b0 100644 --- a/sys-devel/gcc/gcc-4.5.0.ebuild +++ b/sys-devel/gcc/gcc-4.5.0.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.5.0.ebuild,v 1.10 2010/07/26 05:06:55 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.11 2010/09/19 07:52:33 dirtyepic Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -24,7 +24,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="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 diff --git a/sys-devel/gcc/gcc-4.5.1.ebuild b/sys-devel/gcc/gcc-4.5.1.ebuild index b1a78fea089d..45b27332d5b7 100644 --- a/sys-devel/gcc/gcc-4.5.1.ebuild +++ b/sys-devel/gcc/gcc-4.5.1.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.5.1.ebuild,v 1.2 2010/09/16 04:53:07 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild,v 1.3 2010/09/19 07:52:33 dirtyepic Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -24,7 +24,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/zlib-1.1.4 |