diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-10 21:27:50 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-12-10 21:27:50 +0000 |
commit | 64b88b5407cbb76ddac2eac96c189457fa2a061a (patch) | |
tree | 09484f49dbc135b0c5650beda10f15dddde916d6 /sys-devel | |
parent | Mask >=gcc-4 in no-nptl profiles. (diff) | |
download | gentoo-2-64b88b5407cbb76ddac2eac96c189457fa2a061a.tar.gz gentoo-2-64b88b5407cbb76ddac2eac96c189457fa2a061a.tar.bz2 gentoo-2-64b88b5407cbb76ddac2eac96c189457fa2a061a.zip |
Add ~alpha keyword.
(Portage version: 2.1.2_rc3)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index e78e14adfe4a..8b82adbfd7d1 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.589 2006/11/29 15:13:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.590 2006/12/10 21:27:50 kloeri Exp $ + + 10 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> gcc-4.1.1-r1.ebuild, + gcc-4.1.1-r3.ebuild: + Add ~alpha keyword. 29 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> gcc-3.4.6-r2.ebuild: Stable on sparc diff --git a/sys-devel/gcc/gcc-4.1.1-r1.ebuild b/sys-devel/gcc/gcc-4.1.1-r1.ebuild index c69335c3a29c..4824e8678a25 100644 --- a/sys-devel/gcc/gcc-4.1.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.14 2006/11/20 12:35:11 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.15 2006/12/10 21:27:50 kloeri Exp $ PATCH_VER="1.7.1" UCLIBC_VER="1.1" @@ -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 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~sparc-fbsd x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild b/sys-devel/gcc/gcc-4.1.1-r3.ebuild index a8da2e3912f2..c720b8ad796e 100644 --- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r3.ebuild,v 1.1 2006/11/27 04:48:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r3.ebuild,v 1.2 2006/12/10 21:27:50 kloeri Exp $ PATCH_VER="1.9" UCLIBC_VER="1.1" @@ -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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) |