diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-22 07:55:32 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-22 07:55:32 +0000 |
commit | 564a09747729ff41790c2d90a1e3f9a8f6d7d935 (patch) | |
tree | 6f8afd48118cb838245d3e9c4611e515a4fc4993 /sys-devel | |
parent | Cleaning old ebuild. This fixes bug #174266. (diff) | |
download | gentoo-2-564a09747729ff41790c2d90a1e3f9a8f6d7d935.tar.gz gentoo-2-564a09747729ff41790c2d90a1e3f9a8f6d7d935.tar.bz2 gentoo-2-564a09747729ff41790c2d90a1e3f9a8f6d7d935.zip |
Stable on Alpha, bug 174126.
(Portage version: 2.1.2.4)
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.15-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index 18916b3b79c3..0b72ff8d8528 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.151 2007/04/18 14:33:02 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.152 2007/04/22 07:55:32 kloeri Exp $ + + 22 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> + gcc-config-1.3.15-r1.ebuild: + Stable on Alpha, bug 174126. 18 Apr 2007; Alexander Færøy <eroyf@gentoo.org> gcc-config-1.3.15-r1.ebuild: 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 d9f0e82884a6..ec920c188cd4 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.9 2007/04/18 14:33:02 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.15-r1.ebuild,v 1.10 2007/04/22 07:55:32 kloeri 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" |