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 598BD1382C5 for ; Sun, 10 Jan 2021 10:20:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56DD1E0ADE; Sun, 10 Jan 2021 10:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4193BE0ADE for ; Sun, 10 Jan 2021 10:20:00 +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 225FF340CD0 for ; Sun, 10 Jan 2021 10:19:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97E4D3A6 for ; Sun, 10 Jan 2021 10:19:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610273992.c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgadmin4/pgadmin4-4.29.ebuild X-VCS-Directories: dev-db/pgadmin4/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3 X-VCS-Branch: master Date: Sun, 10 Jan 2021 10:19:57 +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: bce397bb-f6bb-41ae-ab16-cd490821a900 X-Archives-Hash: 85b4830a887c73ddc76d453cfa0d71a9 commit: c487d5acd4f2f61f2dc9386f226d2a73ba4eb0c3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 9 17:20:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 10 10:19:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c487d5ac dev-db/pgadmin4: python3_9 Seems to work with >=4.27 already for Arch. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/pgadmin4/pgadmin4-4.29.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgadmin4/pgadmin4-4.29.ebuild b/dev-db/pgadmin4/pgadmin4-4.29.ebuild index f795a75bfb2..407c7e2e6dc 100644 --- a/dev-db/pgadmin4/pgadmin4-4.29.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.29.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE="sqlite" inherit desktop python-single-r1 qmake-utils xdg