From 095a146193c931c3f274f6f1eeb3e26c01a0bf1f Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 5 Oct 2016 10:18:42 +0200 Subject: [PATCH] sys-process/lsof: Bump EAPI to 5 Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler --- sys-process/lsof/lsof-4.89.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/lsof/lsof-4.89.ebuild b/sys-process/lsof/lsof-4.89.ebuild index 9fb54aefadd8..25a324afda24 100644 --- a/sys-process/lsof/lsof-4.89.ebuild +++ b/sys-process/lsof/lsof-4.89.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -27,7 +27,7 @@ S=${WORKDIR}/${MY_P}/${MY_P}_src src_unpack() { unpack ${A} - cd ${MY_P} + cd ${MY_P} || die unpack ./${MY_P}_src.tar } -- 2.26.2