From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F447138330 for ; Wed, 5 Oct 2016 08:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EB58E0B59; Wed, 5 Oct 2016 08:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21AC0E0B59 for ; Wed, 5 Oct 2016 08:18:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECCAC341051 for ; Wed, 5 Oct 2016 08:18:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32202248D for ; Wed, 5 Oct 2016 08:18:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475655522.095a146193c931c3f274f6f1eeb3e26c01a0bf1f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/lsof/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/lsof/lsof-4.89.ebuild X-VCS-Directories: sys-process/lsof/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 095a146193c931c3f274f6f1eeb3e26c01a0bf1f X-VCS-Branch: master Date: Wed, 5 Oct 2016 08:18:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13eaa564-a871-4591-949f-aa680a9a4444 X-Archives-Hash: f6b5d39012198a79bf294177a7fd07ab commit: 095a146193c931c3f274f6f1eeb3e26c01a0bf1f Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 5 08:18:42 2016 +0000 Commit: Lars Wendler gentoo 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 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 }