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 896B8158094 for ; Mon, 13 Sep 2021 18:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4809E0875; Mon, 13 Sep 2021 18:10:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA965E087E for ; Mon, 13 Sep 2021 18:10:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2AAFA342EC2 for ; Mon, 13 Sep 2021 18:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87529D3 for ; Mon, 13 Sep 2021 18:10:30 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1631556582.1c9f433e02b9343f7ebbd15ea3b2fcc49e28f361.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_console/jupyter_console-6.4.0.ebuild X-VCS-Directories: dev-python/jupyter_console/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1c9f433e02b9343f7ebbd15ea3b2fcc49e28f361 X-VCS-Branch: master Date: Mon, 13 Sep 2021 18:10:30 +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: 1f60b542-c473-4798-978f-27d0f8c83361 X-Archives-Hash: a7b5348c08d8df993a07c8eb31cf03c5 commit: 1c9f433e02b9343f7ebbd15ea3b2fcc49e28f361 Author: Jakov Smolić gentoo org> AuthorDate: Mon Sep 13 18:09:42 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Sep 13 18:09:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9f433e dev-python/jupyter_console: Fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/812671 Signed-off-by: Jakov Smolić gentoo.org> dev-python/jupyter_console/jupyter_console-6.4.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild index d55074977c0..4114074312d 100644 --- a/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.4.0.ebuild @@ -3,7 +3,6 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1