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 4DB8C138359 for ; Fri, 17 Jul 2020 04:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D89DE08F4; Fri, 17 Jul 2020 04:14:12 +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 EF8D1E08F4 for ; Fri, 17 Jul 2020 04:14:11 +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 4E92134F221 for ; Fri, 17 Jul 2020 04:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6C2F2DF for ; Fri, 17 Jul 2020 04:14:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1594959231.904fea0f8d69841f4607dc1749b21945c4473bc0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild X-VCS-Directories: dev-python/qdarkstyle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 904fea0f8d69841f4607dc1749b21945c4473bc0 X-VCS-Branch: master Date: Fri, 17 Jul 2020 04:14:05 +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: 8ad86ca9-479d-488d-b1e5-e645624a12b3 X-Archives-Hash: 7b961b7563218a901c945c7de753647b commit: 904fea0f8d69841f4607dc1749b21945c4473bc0 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jul 1 18:52:10 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 17 04:13:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904fea0f dev-python/qdarkstyle: add py3_9 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Matt Turner gentoo.org> dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild index 9e29ded805c..2e031c10132 100644 --- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild +++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend