diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-15 14:32:50 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-04-15 14:32:50 +0000 |
commit | 0008eb8df1b0dad6218393d5ce54e46d137f5093 (patch) | |
tree | ce53242f353512be584a142ea0a47cd7cb18444a /sys-devel | |
parent | Initial commit. Bug #173241, by fabien Zouaoui <fabien at zouaoui.org>. (diff) | |
download | gentoo-2-0008eb8df1b0dad6218393d5ce54e46d137f5093.tar.gz gentoo-2-0008eb8df1b0dad6218393d5ce54e46d137f5093.tar.bz2 gentoo-2-0008eb8df1b0dad6218393d5ce54e46d137f5093.zip |
Stable on ppc wrt bug 174126
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.15-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 36192003c79d..0839d5181678 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.149 2007/04/11 20:13:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.150 2007/04/15 14:32:50 nixnut Exp $ + + 15 Apr 2007; nixnut <nixnut@gentoo.org> gcc-config-1.3.15-r1.ebuild: + Stable on ppc wrt bug 174126 11 Apr 2007; Jeroen Roovers <jer@gentoo.org> gcc-config-1.3.15-r1.ebuild: Stable for HPPA (bug #174126). diff --git a/sys-devel/gcc-config/gcc-config-1.3.15-r1.ebuild b/sys-devel/gcc-config/gcc-config-1.3.15-r1.ebuild index 48f2013c4871..2a235829bad6 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.15-r1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.15-r1.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-config/gcc-config-1.3.15-r1.ebuild,v 1.7 2007/04/11 20:13:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.15-r1.ebuild,v 1.8 2007/04/15 14:32:50 nixnut Exp $ inherit 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 ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" RDEPEND="!app-admin/eselect-compiler" |