diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-30 07:03:31 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-30 07:03:31 +0000 |
commit | 038da89ff301f4d64f27eefe8a47cc1dd1045410 (patch) | |
tree | fb6f687f0219b1e784b0355b49346e07f47eb87d /sys-devel | |
parent | stable x86, bug 187057 (diff) | |
download | gentoo-2-038da89ff301f4d64f27eefe8a47cc1dd1045410.tar.gz gentoo-2-038da89ff301f4d64f27eefe8a47cc1dd1045410.tar.bz2 gentoo-2-038da89ff301f4d64f27eefe8a47cc1dd1045410.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 8af7805c7d8b..8e6b899a709e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.627 2007/07/25 21:13:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.628 2007/07/30 07:03:31 uberlord Exp $ + + 30 Jul 2007; Roy Marples <uberlord@gentoo.org> gcc-4.2.0.ebuild: + Keyworded ~x86-fbsd. 25 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> gcc-4.2.0.ebuild: We want ~sparc too diff --git a/sys-devel/gcc/gcc-4.2.0.ebuild b/sys-devel/gcc/gcc-4.2.0.ebuild index dff9d5b30770..239e434564f6 100644 --- a/sys-devel/gcc/gcc-4.2.0.ebuild +++ b/sys-devel/gcc/gcc-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.0.ebuild,v 1.8 2007/07/25 21:13:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.0.ebuild,v 1.9 2007/07/30 07:03:31 uberlord Exp $ PATCH_VER="1.4" 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="~alpha ~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~x86" #ppc64: 179218 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc -ppc64 ~sparc ~x86 ~x86-fbsd" #ppc64: 179218 RDEPEND=">=sys-libs/zlib-1.1.4 || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) |