diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-08-13 20:07:10 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-08-13 20:07:10 +0000 |
commit | 5dd38ab0430640e3886ae0f1f420e18cc6b3d06b (patch) | |
tree | 62b9eb587e4493808cb9eebed6a168359073cf82 /sys-devel/gcc | |
parent | Removing mask for gcc-4.4. It is still masked in all the hardened profiles (diff) | |
download | gentoo-2-5dd38ab0430640e3886ae0f1f420e18cc6b3d06b.tar.gz gentoo-2-5dd38ab0430640e3886ae0f1f420e18cc6b3d06b.tar.bz2 gentoo-2-5dd38ab0430640e3886ae0f1f420e18cc6b3d06b.zip |
Keyword ~alpha
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 1b621765a4f6..558650acccf5 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.719 2009/08/13 19:40:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.720 2009/08/13 20:07:10 halcy0n Exp $ + + 12 Aug 2009; Mark Loeser <halcy0n@gentoo.org> gcc-4.4.1.ebuild: + Keyword ~alpha 12 Aug 2009; Mark Loeser <halcy0n@gentoo.org> -gcc-4.4.0-r1.ebuild: Remove gcc-4.4.0 from the tree. Some keywords are being dropped as they diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index ca4ff2bc12fe..361fa73ff79e 100644 --- a/sys-devel/gcc/gcc-4.4.1.ebuild +++ b/sys-devel/gcc/gcc-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.4 2009/07/24 20:23:38 dagger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.5 2009/08/13 20:07:10 halcy0n Exp $ PATCH_VER="1.0" UCLIBC_VER="1.1" @@ -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-2.1 libgcc libstdc++ gcc-runtime-library-exception-3.1" -KEYWORDS="~amd64 ~arm -hppa ~ppc ~ppc64 ~x86 -x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm -hppa ~ppc ~ppc64 ~x86 -x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |