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 87E6B1382C5 for ; Thu, 3 Dec 2020 14:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8406E083D; Thu, 3 Dec 2020 14:55:22 +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 9DFB3E083D for ; Thu, 3 Dec 2020 14:55:22 +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 5121C340F2E for ; Thu, 3 Dec 2020 14:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32E2468 for ; Thu, 3 Dec 2020 14:55:19 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1607007314.5a196abed77cc34628b439a1aee8b4d5b08344df.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keep/keep-2.10.ebuild X-VCS-Directories: dev-python/keep/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5a196abed77cc34628b439a1aee8b4d5b08344df X-VCS-Branch: master Date: Thu, 3 Dec 2020 14:55:19 +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: ad81db8c-aa43-4643-9ece-a39102e246f4 X-Archives-Hash: 2be26687b58607ef41f70c2977b20690 commit: 5a196abed77cc34628b439a1aee8b4d5b08344df Author: Aaron Bauman gentoo org> AuthorDate: Thu Dec 3 14:54:09 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Dec 3 14:55:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a196abe dev-python/keep: add py3_9 Signed-off-by: Aaron Bauman gentoo.org> dev-python/keep/keep-2.10.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/keep/keep-2.10.ebuild b/dev-python/keep/keep-2.10.ebuild index 8bdbf4002a2..3c23b66c1e6 100644 --- a/dev-python/keep/keep-2.10.ebuild +++ b/dev-python/keep/keep-2.10.ebuild @@ -3,8 +3,10 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..9} ) + DISTUTILS_USE_SETUPTOOLS="rdepend" + inherit distutils-r1 DESCRIPTION="Personal shell command keeper and snippets manager"