diff options
author | 2014-11-08 16:55:51 +0000 | |
---|---|---|
committer | 2014-11-08 16:55:51 +0000 | |
commit | 3fbb615bb5f15f2df94fec33a6dc49ca882d44ca (patch) | |
tree | ce1a0e6303f0a67b0b251eda339121e1b99d3fba /sys-devel/binutils-hppa64/binutils-hppa64-2.19.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.19.1.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild | 7 |
1 files changed, 4 insertions, 3 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 index 681db2af0588..e98bf9f1fd80 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.19.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.19.1.ebuild,v 1.3 2011/07/15 02:01:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild,v 1.4 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 |