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 9F921139355 for ; Sat, 7 Aug 2021 20:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E44E078A; Sat, 7 Aug 2021 20:59:13 +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 5456FE078A for ; Sat, 7 Aug 2021 20:59:12 +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 0AE85342C69 for ; Sat, 7 Aug 2021 20:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B4B37BD for ; Sat, 7 Aug 2021 20:59:09 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1628369919.995fdae11d526f8722a5237a661baa50b7e38c8a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-3.2.1.ebuild sys-process/glances/glances-3.2.2.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 995fdae11d526f8722a5237a661baa50b7e38c8a X-VCS-Branch: master Date: Sat, 7 Aug 2021 20:59:09 +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: 35f4e3c0-efc2-4c7d-9289-970cc1d85adf X-Archives-Hash: e0e15e4a903895780247ca2cdfce076b commit: 995fdae11d526f8722a5237a661baa50b7e38c8a Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Aug 7 20:58:15 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Aug 7 20:58:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995fdae1 sys-process/glances: fix setuptools dep Closes: https://bugs.gentoo.org/806824 Signed-off-by: Georgy Yakovlev gentoo.org> sys-process/glances/glances-3.2.1.ebuild | 1 - sys-process/glances/glances-3.2.2.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-process/glances/glances-3.2.1.ebuild b/sys-process/glances/glances-3.2.1.ebuild index 75315755541..2e82d1807b2 100644 --- a/sys-process/glances/glances-3.2.1.ebuild +++ b/sys-process/glances/glances-3.2.1.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) PYTHON_REQ_USE="ncurses" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info optfeature diff --git a/sys-process/glances/glances-3.2.2.ebuild b/sys-process/glances/glances-3.2.2.ebuild index c5aa0b348ec..8a89ec65d9e 100644 --- a/sys-process/glances/glances-3.2.2.ebuild +++ b/sys-process/glances/glances-3.2.2.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) PYTHON_REQ_USE="ncurses" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info optfeature