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 B90FC1382C5 for ; Wed, 2 Dec 2020 21:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F0EE0844; Wed, 2 Dec 2020 21:52:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7A73E0849 for ; Wed, 2 Dec 2020 21:52:13 +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 548413411EB for ; Wed, 2 Dec 2020 21:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F31476 for ; Wed, 2 Dec 2020 21:52:10 +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: <1606945868.0e02e18337a62b881bd6af0b6d415e6bbd6ca419.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blurb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/blurb/blurb-1.0.7.ebuild X-VCS-Directories: dev-python/blurb/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0e02e18337a62b881bd6af0b6d415e6bbd6ca419 X-VCS-Branch: master Date: Wed, 2 Dec 2020 21:52:10 +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: 06be0665-7d58-4699-9763-84f7a57ace41 X-Archives-Hash: b74414168d25953d34af198523ff4d18 commit: 0e02e18337a62b881bd6af0b6d415e6bbd6ca419 Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 2 21:48:15 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 2 21:51:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e02e183 dev-python/blurb: add py3_{8,9} Signed-off-by: Aaron Bauman gentoo.org> dev-python/blurb/blurb-1.0.7.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/blurb/blurb-1.0.7.ebuild b/dev-python/blurb/blurb-1.0.7.ebuild index a74c72cf82e..1fcf11353ae 100644 --- a/dev-python/blurb/blurb-1.0.7.ebuild +++ b/dev-python/blurb/blurb-1.0.7.ebuild @@ -4,7 +4,9 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..9} ) + inherit distutils-r1 DESCRIPTION="Tool to create and manage NEWS blurbs for CPython"