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 88D19138350 for ; Wed, 15 Apr 2020 05:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAC1E08D4; Wed, 15 Apr 2020 05:54:17 +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 67138E08CE for ; Wed, 15 Apr 2020 05:54:17 +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 7BC6B34F30C for ; Wed, 15 Apr 2020 05:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2CD01DF for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586929816.51a11ddc47e6bc0042b28baf42f3435976e0fb57.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild dev-python/jupyter_core/jupyter_core-4.6.1.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 51a11ddc47e6bc0042b28baf42f3435976e0fb57 X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54:12 +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: a04e5da6-d5f7-4621-bf4b-d78d5d2bd238 X-Archives-Hash: 5e07eb7106be240385c905310f57f707 commit: 51a11ddc47e6bc0042b28baf42f3435976e0fb57 Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:50:16 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:50:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a11ddc dev-python/jupyter_core: DISTUTILS_USE_SETUPTOOLS=rdepend Signed-off-by: Mike Gilbert gentoo.org> .../{jupyter_core-4.6.1.ebuild => jupyter_core-4.6.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/jupyter_core/jupyter_core-4.6.1.ebuild b/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild similarity index 96% rename from dev-python/jupyter_core/jupyter_core-4.6.1.ebuild rename to dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild index 97ad6b967c7..6f686d28788 100644 --- a/dev-python/jupyter_core/jupyter_core-4.6.1.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.6.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1