diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-28 16:05:28 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-28 16:05:28 +0000 |
commit | 3fa5701da4fb5fba98e6a485ed8d964b2db04444 (patch) | |
tree | a6110bfa025c7282f396215142393fb152be6362 /sys-devel | |
parent | stable on ppc64 (diff) | |
download | historical-3fa5701da4fb5fba98e6a485ed8d964b2db04444.tar.gz historical-3fa5701da4fb5fba98e6a485ed8d964b2db04444.tar.bz2 historical-3fa5701da4fb5fba98e6a485ed8d964b2db04444.zip |
stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index f9ab31c11306..0160552582b3 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.218 2005/06/28 05:07:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.219 2005/06/28 16:03:47 corsair Exp $ + + 28 Jun 2005; Markus Rothe <corsair@gentoo.org> binutils-2.16-r1.ebuild: + Stable on ppc64 *binutils-2.16.91.0.1 (28 Jun 2005) diff --git a/sys-devel/binutils/binutils-2.16-r1.ebuild b/sys-devel/binutils/binutils-2.16-r1.ebuild index 93fac009ffbb..973ea87f4b9b 100644 --- a/sys-devel/binutils/binutils-2.16-r1.ebuild +++ b/sys-devel/binutils/binutils-2.16-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.4 2005/06/20 02:36:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.5 2005/06/28 16:03:47 corsair Exp $ PATCHVER="1.5" UCLIBC_PATCHVER="1.0" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" src_unpack() { tc-binutils_unpack diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index d102e8de2e0d..49f1c12f9a68 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.424 2005/06/25 20:47:11 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.425 2005/06/28 16:05:28 corsair Exp $ + + 28 Jun 2005; Markus Rothe <corsair@gentoo.org> gcc-3.4.4.ebuild: + Stable on ppc64 *gcc-4.1.0_beta20050625 (25 Jun 2005) diff --git a/sys-devel/gcc/gcc-3.4.4.ebuild b/sys-devel/gcc/gcc-3.4.4.ebuild index de8a2c9d6b00..be879a9060df 100644 --- a/sys-devel/gcc/gcc-3.4.4.ebuild +++ b/sys-devel/gcc/gcc-3.4.4.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/gcc-3.4.4.ebuild,v 1.14 2005/06/24 01:07:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.15 2005/06/28 16:05:28 corsair Exp $ MAN_VER="" PATCH_VER="1.2" @@ -37,7 +37,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" # Stuff to test before adding ~arch -KEYWORDS="-* ~amd64 arm ~hppa ~ia64 ppc ~ppc64 ~x86" +KEYWORDS="-* ~amd64 arm ~hppa ~ia64 ppc ppc64 ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |