commit: 095a146193c931c3f274f6f1eeb3e26c01a0bf1f
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 08:18:42 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 08:18:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095a1461
sys-process/lsof: Bump EAPI to 5
Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
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 9fb54ae..25a324a 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
}