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 E7D31138334 for ; Fri, 28 Sep 2018 00:19:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A7CE094E; Fri, 28 Sep 2018 00:18:58 +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 DC3B9E094E for ; Fri, 28 Sep 2018 00:18:57 +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 56090335CEE for ; Fri, 28 Sep 2018 00:18:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A5D42B for ; Fri, 28 Sep 2018 00:18:53 +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: <1538093922.a8dafe11f83f09573615eba891394ca707b19437.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: a8dafe11f83f09573615eba891394ca707b19437 X-VCS-Branch: master Date: Fri, 28 Sep 2018 00:18:53 +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: 85218405-b3fd-4726-b433-af0c47082dee X-Archives-Hash: cbcbc5ffa50b5513be1e6887060dc0eb commit: a8dafe11f83f09573615eba891394ca707b19437 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Sep 28 00:11:56 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Sep 28 00:18:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8dafe11 sys-apps/fakechroot: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/fakechroot/fakechroot-2.19.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild b/sys-apps/fakechroot/fakechroot-2.19.ebuild index 71a16c18964..4064d50e4d8 100644 --- a/sys-apps/fakechroot/fakechroot-2.19.ebuild +++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit eutils +EAPI=7 DESCRIPTION="Provide a faked chroot environment without requiring root privileges" HOMEPAGE="http://fakechroot.alioth.debian.org/" @@ -12,7 +10,6 @@ SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86" -IUSE="" RESTRICT="test"