diff options
author | 2010-01-29 16:16:22 +0000 | |
---|---|---|
committer | 2010-01-29 16:16:22 +0000 | |
commit | 55650fc2901c87e08ff26c981e8a636d53191cc1 (patch) | |
tree | 994dad5cca7a7635aa9444ed252a0267b0e6d29a /sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild | |
parent | media-gfx/drqueue: New package (fixes bug #69553) (diff) | |
download | gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.tar.gz gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.tar.bz2 gentoo-2-55650fc2901c87e08ff26c981e8a636d53191cc1.zip |
Version bump.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild new file mode 100644 index 000000000000..c8e3828009ab --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 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.19.1.ebuild,v 1.1 2010/01/29 16:16:22 jer Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.2" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" + +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 +} |