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 6EE291382C5 for ; Mon, 7 Jun 2021 08:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F9F6E086C; Mon, 7 Jun 2021 08:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 805E5E086C for ; Mon, 7 Jun 2021 08:33:34 +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 00D9233E695 for ; Mon, 7 Jun 2021 08:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52E697A5 for ; Mon, 7 Jun 2021 08:33:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623054798.6f05f7efb771064cc11e76b79b4d3114463617d6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jail/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/jail/jail-2.0-r4.ebuild X-VCS-Directories: app-misc/jail/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6f05f7efb771064cc11e76b79b4d3114463617d6 X-VCS-Branch: master Date: Mon, 7 Jun 2021 08:33:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4383f0e1-8147-49c2-9d98-b93ecf6c1475 X-Archives-Hash: 55c15a30e2c6278b5a9608eb13d1a1e8 commit: 6f05f7efb771064cc11e76b79b4d3114463617d6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat May 8 16:56:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 7 08:33:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f05f7ef app-misc/jail: remove unused eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Joonas Niilola gentoo.org> app-misc/jail/jail-2.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/jail/jail-2.0-r4.ebuild b/app-misc/jail/jail-2.0-r4.ebuild index b3921ab2dae..884a5fc7c48 100644 --- a/app-misc/jail/jail-2.0-r4.ebuild +++ b/app-misc/jail/jail-2.0-r4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Builds a chroot and configures all the required files, directories and libraries" HOMEPAGE="https://github.com/spiculator/jail"