diff options
author | 2014-11-08 16:55:54 +0000 | |
---|---|---|
committer | 2014-11-08 16:55:54 +0000 | |
commit | bde2bb1d91b61df9178e150f95b3b001a6a4e084 (patch) | |
tree | b7033cbbca18cc991164e26e182544d54cda3d96 /sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild | |
parent | Migrate older ebuilds to EAPI=4. (diff) | |
download | historical-bde2bb1d91b61df9178e150f95b3b001a6a4e084.tar.gz historical-bde2bb1d91b61df9178e150f95b3b001a6a4e084.tar.bz2 historical-bde2bb1d91b61df9178e150f95b3b001a6a4e084.zip |
Migrate to EAPI=4.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild index 3ec750381f86..3cbbc840d5d7 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 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.21.1-r1.ebuild,v 1.1 2011/09/05 20:02:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.21.1-r1.ebuild,v 1.2 2014/11/08 16:55:51 vapier Exp $ + +EAPI="4" export CTARGET=hppa64-${CHOST#*-} @@ -11,7 +13,6 @@ inherit toolchain-binutils DESCRIPTION="binutils package for building 64bit kernels on HPPA" KEYWORDS="-* ~hppa" -IUSE="" src_install() { toolchain-binutils_src_install |