diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-01 11:54:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-01 11:54:59 +0000 |
commit | bf5cfc02a48c11878d1c698b4d5ad718c84d485f (patch) | |
tree | e4d02291a28f611c7266a1e943209ac2aa8498c3 /sys-devel | |
parent | Raise dep on media-libs/libechonest for live. (diff) | |
download | gentoo-2-bf5cfc02a48c11878d1c698b4d5ad718c84d485f.tar.gz gentoo-2-bf5cfc02a48c11878d1c698b4d5ad718c84d485f.tar.bz2 gentoo-2-bf5cfc02a48c11878d1c698b4d5ad718c84d485f.zip |
Version bump.
(Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.23.2.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index d784eec572cf..ebe4b3d5290f 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-hppa64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.28 2013/02/05 13:51:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.29 2013/05/01 11:54:59 jer Exp $ + +*binutils-hppa64-2.23.2 (01 May 2013) + + 01 May 2013; Jeroen Roovers <jer@gentoo.org> +binutils-hppa64-2.23.2.ebuild: + Version bump. *binutils-hppa64-2.23.1 (05 Feb 2013) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.23.2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.23.2.ebuild new file mode 100644 index 000000000000..2d78d22b20f3 --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.23.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 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.23.2.ebuild,v 1.1 2013/05/01 11:54:59 jer Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" +IUSE="" + +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with +# patch-2.5.9, so require a version that for sure works +DEPEND+=" >=sys-devel/patch-2.6.1" + +src_install() { + toolchain-binutils_src_install + + # tweak the default fake list a little bit + cd "${D}"/etc/env.d/binutils + sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die +} |