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 971DB138334 for ; Mon, 20 Aug 2018 14:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AFF5E0831; Mon, 20 Aug 2018 14:32:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E285E0831 for ; Mon, 20 Aug 2018 14:32:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F8FF33BE2E for ; Mon, 20 Aug 2018 14:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA383B3 for ; Mon, 20 Aug 2018 14:32:40 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1534775552.936f306349c47cbfb34b3ad176002cddf2130325.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fakechroot/fakechroot-2.19.ebuild X-VCS-Directories: sys-apps/fakechroot/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 936f306349c47cbfb34b3ad176002cddf2130325 X-VCS-Branch: master Date: Mon, 20 Aug 2018 14:32:40 +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: 74592626-0a95-4b23-9bd9-5fe609f0a97b X-Archives-Hash: 13993553dab910907f5bd134a8974757 commit: 936f306349c47cbfb34b3ad176002cddf2130325 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Aug 20 11:03:22 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Aug 20 14:32:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936f3063 sys-apps/fakechroot: eapi bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-apps/fakechroot/fakechroot-2.19.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild b/sys-apps/fakechroot/fakechroot-2.19.ebuild index aefc4c691a4..71a16c18964 100644 --- a/sys-apps/fakechroot/fakechroot-2.19.ebuild +++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit eutils DESCRIPTION="Provide a faked chroot environment without requiring root privileges" @@ -20,7 +21,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install - dodoc NEWS.md README.md + default find "${D}" -name '*.la' -exec rm -f '{}' + }