diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-11-08 16:55:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-11-08 16:55:51 +0000 |
commit | 3fbb615bb5f15f2df94fec33a6dc49ca882d44ca (patch) | |
tree | ce1a0e6303f0a67b0b251eda339121e1b99d3fba /sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild | |
parent | Remove Perl 5.16 as provider (diff) | |
download | gentoo-2-3fbb615bb5f15f2df94fec33a6dc49ca882d44ca.tar.gz gentoo-2-3fbb615bb5f15f2df94fec33a6dc49ca882d44ca.tar.bz2 gentoo-2-3fbb615bb5f15f2df94fec33a6dc49ca882d44ca.zip |
Migrate to EAPI=4.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild index b6a998cac303..5f96ff0ce6b6 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.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.20.1.ebuild,v 1.4 2011/07/15 02:01:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.20.1.ebuild,v 1.5 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 |