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 9B238138334 for ; Sun, 1 Dec 2019 19:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DE4CE0872; Sun, 1 Dec 2019 19:27:39 +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 878ABE0872 for ; Sun, 1 Dec 2019 19:27:39 +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 B4D8B34D67E for ; Sun, 1 Dec 2019 19:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0430A8D5 for ; Sun, 1 Dec 2019 19:27:35 +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: <1575228305.beb7a40f168eb080f7892ddc269167e928e87cad.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.13.ebuild X-VCS-Directories: dev-db/pgadmin4/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: beb7a40f168eb080f7892ddc269167e928e87cad X-VCS-Branch: master Date: Sun, 1 Dec 2019 19:27:35 +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: 9e3af00b-518b-4f86-bcfc-73f4e0ac9630 X-Archives-Hash: 886acf8616a64eaea1c74a7db08ecc84 commit: beb7a40f168eb080f7892ddc269167e928e87cad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 12:25:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 1 19:25:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb7a40f dev-db/pgadmin4: python3_7 Bug: https://bugs.gentoo.org/697958 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/pgadmin4/pgadmin4-4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgadmin4/pgadmin4-4.13.ebuild b/dev-db/pgadmin4/pgadmin4-4.13.ebuild index 65a47f578b9..6672ccce021 100644 --- a/dev-db/pgadmin4/pgadmin4-4.13.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="sqlite" inherit python-single-r1 qmake-utils