diff options
author | 2006-09-05 20:34:47 +0000 | |
---|---|---|
committer | 2006-09-05 20:34:47 +0000 | |
commit | a1614e03c1b1875dba275b6fd6cd2bc94880349d (patch) | |
tree | a265fac4fd0aca092cd251e60562507fa8408fe8 /sys-devel | |
parent | Stable on sparc wrt security #139593 (diff) | |
download | gentoo-2-a1614e03c1b1875dba275b6fd6cd2bc94880349d.tar.gz gentoo-2-a1614e03c1b1875dba275b6fd6cd2bc94880349d.tar.bz2 gentoo-2-a1614e03c1b1875dba275b6fd6cd2bc94880349d.zip |
Remove ~x86-fbsd keyword as there are problems building.
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index c027759e594a..c89f942d0cd7 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,10 +1,13 @@ # 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.569 2006/09/05 16:56:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.570 2006/09/05 20:34:47 flameeyes Exp $ 05 Sep 2006; Joshua Kinard <kumba@gentoo.org> ChangeLog: Mark gcc-4.1.1 stable on mips, with -r1 in unstable. + 05 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> gcc-4.1.1-r1.ebuild: + Remove ~x86-fbsd keyword as there are problems building. + *gcc-4.1.1-r1 (03 Sep 2006) 03 Sep 2006; Mike Frysinger <vapier@gentoo.org> gcc-4.1.1.ebuild, diff --git a/sys-devel/gcc/gcc-4.1.1-r1.ebuild b/sys-devel/gcc/gcc-4.1.1-r1.ebuild index fc143dec1788..23841fbb2332 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.1 2006/09/03 22:53:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.2 2006/09/05 20:34:47 flameeyes Exp $ PATCH_VER="1.7" 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 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" +KEYWORDS="-* ~amd64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86" RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) |