diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-07 17:01:26 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-07 17:01:26 +0000 |
commit | 78da752c6b195fadf38592d279d0073d4053a2f4 (patch) | |
tree | 3e6ee6ab1816772555643b85365f048cb9b89f46 /sys-devel | |
parent | (#74667) Fix license. (diff) | |
download | gentoo-2-78da752c6b195fadf38592d279d0073d4053a2f4.tar.gz gentoo-2-78da752c6b195fadf38592d279d0073d4053a2f4.tar.bz2 gentoo-2-78da752c6b195fadf38592d279d0073d4053a2f4.zip |
Stable on mips.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index 3c3e70edf586..b36cb2c7af9c 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.103 2005/09/03 21:54:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.104 2005/09/07 17:01:26 ka0ttic Exp $ + + 07 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> + gcc-config-1.3.12-r2.ebuild: + Stable on mips. 03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> gcc-config-1.3.12-r2.ebuild: diff --git a/sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild b/sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild index 41308aae0459..0e8dbee9644f 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.12-r2.ebuild,v 1.5 2005/09/03 21:54:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.12-r2.ebuild,v 1.6 2005/09/07 17:01:26 ka0ttic Exp $ inherit toolchain-funcs @@ -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" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |