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 36EBF1382C5 for ; Wed, 2 Jun 2021 17:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BBDBE087B; Wed, 2 Jun 2021 17:31:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5CF51E087C for ; Wed, 2 Jun 2021 17:31:20 +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 2F226335D79 for ; Wed, 2 Jun 2021 17:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FD379E for ; Wed, 2 Jun 2021 17:31:17 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1622655052.b4198baf661e1de07e9f0809a01ace23ca33994b.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside2/pyside2-5.15.1.ebuild X-VCS-Directories: dev-python/pyside2/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: b4198baf661e1de07e9f0809a01ace23ca33994b X-VCS-Branch: master Date: Wed, 2 Jun 2021 17:31:17 +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: 2d096b61-6afd-40a1-b712-b834615b8889 X-Archives-Hash: e8d59a4793cec59b5dd0e061c23f1c2a commit: b4198baf661e1de07e9f0809a01ace23ca33994b Author: Rick Farina gentoo org> AuthorDate: Wed Jun 2 17:22:41 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Jun 2 17:30:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4198baf dev-python/pyside2: python bump Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> dev-python/pyside2/pyside2-5.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyside2/pyside2-5.15.1.ebuild b/dev-python/pyside2/pyside2-5.15.1.ebuild index f2048d65d19..f8073c8fb90 100644 --- a/dev-python/pyside2/pyside2-5.15.1.ebuild +++ b/dev-python/pyside2/pyside2-5.15.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 # TODO: Add PyPy once officially supported. See also: # https://bugreports.qt.io/browse/PYSIDE-535 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake python-r1 virtualx