diff options
author | 2017-04-13 21:02:45 +0200 | |
---|---|---|
committer | 2017-04-13 21:02:45 +0200 | |
commit | 9a060082fff221957e4ab87a48a8757edeb8acc5 (patch) | |
tree | c827d23ade6ff310ff38db2a86ea6759eb885b15 /sys-devel/native-cctools/native-cctools-4.ebuild | |
parent | sys-apps/baselayout-prefix: drop unused patches (diff) | |
download | gentoo-9a060082fff221957e4ab87a48a8757edeb8acc5.tar.gz gentoo-9a060082fff221957e4ab87a48a8757edeb8acc5.tar.bz2 gentoo-9a060082fff221957e4ab87a48a8757edeb8acc5.zip |
sys-devel/native-cctools: cleanup, convert from EAPI=3 to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-devel/native-cctools/native-cctools-4.ebuild')
-rw-r--r-- | sys-devel/native-cctools/native-cctools-4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/native-cctools/native-cctools-4.ebuild b/sys-devel/native-cctools/native-cctools-4.ebuild index 83b7b29a353..e94fdaa2f60 100644 --- a/sys-devel/native-cctools/native-cctools-4.ebuild +++ b/sys-devel/native-cctools/native-cctools-4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" +EAPI="6" inherit eutils @@ -21,6 +21,10 @@ IUSE="" DEPEND="sys-devel/binutils-config" RDEPEND="${DEPEND}" +src_unpack() { + mkdir -p "${S}" +} + src_install() { LIBPATH=/usr/$(get_libdir)/binutils/${CHOST}/native-${PV} BINPATH=/usr/${CHOST}/binutils-bin/native-${PV} |