diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-11-11 12:15:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-11-11 12:15:40 +0000 |
commit | cf8497504b7e7afa4f082053d9d1ca3046d666f0 (patch) | |
tree | 2f098444a51208990de2ae3a20c9582d7154008c /sys-devel/gcc-config | |
parent | Added myself as maintainer (diff) | |
download | gentoo-2-cf8497504b7e7afa4f082053d9d1ca3046d666f0.tar.gz gentoo-2-cf8497504b7e7afa4f082053d9d1ca3046d666f0.tar.bz2 gentoo-2-cf8497504b7e7afa4f082053d9d1ca3046d666f0.zip |
unkeyword 1.5 on fbsd due to bug #390179
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index fdf7a2eabcce..05ce166fb7ce 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc-config # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.195 2011/11/11 05:02:38 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.196 2011/11/11 12:15:40 aballier Exp $ + + 11 Nov 2011; Alexis Ballier <aballier@gentoo.org> gcc-config-1.5-r1.ebuild: + unkeyword 1.5 on fbsd due to bug #390179 11 Nov 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-config-1.5-r1.ebuild: Keyword 1.5 (needed for gccgo support). diff --git a/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild b/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild index 121e3de0e028..78e5571fb117 100644 --- a/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild,v 1.2 2011/11/11 05:02:38 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.5-r1.ebuild,v 1.3 2011/11/11 12:15:40 aballier Exp $ inherit flag-o-matic toolchain-funcs multilib @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" IUSE="" RDEPEND="!app-admin/eselect-compiler" |