diff options
author | Guy Martin <gmsoft@gentoo.org> | 2008-07-14 17:57:50 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2008-07-14 17:57:50 +0000 |
commit | a42a9a91a5878b7e019756aed854bc571833a179 (patch) | |
tree | 6cc4e30799ee4266a584b9bb821aa7d374d15f48 /sys-devel | |
parent | Stable on ppc wrt bug 230826 (diff) | |
download | historical-a42a9a91a5878b7e019756aed854bc571833a179.tar.gz historical-a42a9a91a5878b7e019756aed854bc571833a179.tar.bz2 historical-a42a9a91a5878b7e019756aed854bc571833a179.zip |
Stable on hppa.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index 0b8a6ee6fc15..5c41a67a0257 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils-hppa64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.12 2008/06/18 09:42:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.13 2008/07/14 17:54:30 gmsoft Exp $ + + 14 Jul 2008; Guy Martin <gmsoft@gentoo.org> binutils-hppa64-2.18.ebuild: + Stable on hppa. *binutils-hppa64-2.18 (18 Jun 2008) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild index 2541eb1e05bc..283ae89daa30 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild,v 1.1 2008/06/18 09:42:46 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild,v 1.2 2008/07/14 17:54:30 gmsoft Exp $ export CTARGET=hppa64-${CHOST#*-} @@ -10,7 +10,7 @@ inherit toolchain-binutils DESCRIPTION="binutils package for building 64bit kernels on HPPA" -KEYWORDS="-* ~hppa" +KEYWORDS="-* hppa" src_install() { toolchain-binutils_src_install diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index 7eb8a71ea0c9..9bc0978ce053 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.17 2008/06/23 01:47:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.18 2008/07/14 17:57:50 gmsoft Exp $ + + 14 Jul 2008; Guy Martin <gmsoft@gentoo.org> kgcc64-4.2.4.ebuild: + Stable on hppa. 23 Jun 2008; Mike Frysinger <vapier@gentoo.org> kgcc64-4.3.1.ebuild: Dekeyword all arches as gcc-4.3 hard requires system headers #228115. diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild index 304b319d3c9e..067e861bb485 100644 --- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.2 2008/06/19 02:38:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.2.4.ebuild,v 1.3 2008/07/14 17:57:50 gmsoft Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -22,7 +22,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" -KEYWORDS="-* ~hppa ~mips ~ppc ~s390 ~sparc ~x86" +KEYWORDS="-* hppa ~mips ~ppc ~s390 ~sparc ~x86" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet |