diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2008-08-19 18:20:33 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2008-08-19 18:20:33 +0000 |
commit | 7cb900d3b19e441177df66521e283eb0f1933400 (patch) | |
tree | 7c3af72e655fcc7d72ed301b967fb9a25a8bf2bc /sys-devel | |
parent | Export LDFLAGS from plugins/Makefile (#234915). (diff) | |
download | gentoo-2-7cb900d3b19e441177df66521e283eb0f1933400.tar.gz gentoo-2-7cb900d3b19e441177df66521e283eb0f1933400.tar.bz2 gentoo-2-7cb900d3b19e441177df66521e283eb0f1933400.zip |
Added ~alpha keyword
(Portage version: 2.2_rc7/cvs/Linux 2.6.24-mactel i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index df42d66de324..9e23dd4a62fa 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.659 2008/08/03 01:42:59 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.660 2008/08/19 18:20:33 yoswink Exp $ + + 19 Aug 2008; Jose Luis Rivero <yoswink@gentoo.org> gcc-4.3.1-r1.ebuild: + Added ~alpha keyword 03 Aug 2008; Mark Loeser <halcy0n@gentoo.org> Manifest: Fix bug #220779; thanks to Andrew John Hughes <gnu_andrew AT member DOT diff --git a/sys-devel/gcc/gcc-4.3.1-r1.ebuild b/sys-devel/gcc/gcc-4.3.1-r1.ebuild index 2da1dc0116ec..4c8d394159cc 100644 --- a/sys-devel/gcc/gcc-4.3.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.1 2008/07/06 03:42:52 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.1-r1.ebuild,v 1.2 2008/08/19 18:20:33 yoswink Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 |