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 C08A0138359 for ; Sun, 4 Oct 2020 12:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CBFE0636; Sun, 4 Oct 2020 12:08:39 +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 01BB8E0636 for ; Sun, 4 Oct 2020 12:08:38 +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 B1C2033BF0B for ; Sun, 4 Oct 2020 12:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 609B3373 for ; Sun, 4 Oct 2020 12:08:36 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1601813305.841e1410552e5c556c6b6fa7b65c5b22590dd66b.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lfm/lfm-3.1.ebuild X-VCS-Directories: app-misc/lfm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 841e1410552e5c556c6b6fa7b65c5b22590dd66b X-VCS-Branch: master Date: Sun, 4 Oct 2020 12:08:36 +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: 2172bcaf-301d-40f8-8243-d0d1c4264fa9 X-Archives-Hash: dcc03b46ccbcf6024331bc45406dd902 commit: 841e1410552e5c556c6b6fa7b65c5b22590dd66b Author: Ben Kohler gentoo org> AuthorDate: Sun Oct 4 12:07:28 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sun Oct 4 12:08:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841e1410 app-misc/lfm: set DISTUTILS_USE_SETUPTOOLS=no Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ben Kohler gentoo.org> app-misc/lfm/lfm-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/lfm/lfm-3.1.ebuild b/app-misc/lfm/lfm-3.1.ebuild index f533bb15006..29eb4f2afa9 100644 --- a/app-misc/lfm/lfm-3.1.ebuild +++ b/app-misc/lfm/lfm-3.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="ncurses" - +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 DESCRIPTION="Last File Manager is a powerful file manager for the console"