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 AC829138359 for ; Sat, 26 Sep 2020 16:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EC81E0822; Sat, 26 Sep 2020 16:26:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3496CE0822 for ; Sat, 26 Sep 2020 16:26:51 +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 1D5D6335DC0 for ; Sat, 26 Sep 2020 16:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2E9365 for ; Sat, 26 Sep 2020 16:26:48 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1601137602.f97f728e5f421b075a2d935a402ddd9f948d119f.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-10.14.ebuild dev-db/postgresql/postgresql-11.9.ebuild dev-db/postgresql/postgresql-12.4.ebuild dev-db/postgresql/postgresql-13.0.ebuild dev-db/postgresql/postgresql-9.5.23.ebuild dev-db/postgresql/postgresql-9.6.19.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: f97f728e5f421b075a2d935a402ddd9f948d119f X-VCS-Branch: master Date: Sat, 26 Sep 2020 16:26:48 +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: 36c7395b-c707-465f-a917-1699e9d32728 X-Archives-Hash: f600fbcf8a3a0d63b4f22480033e66ef commit: f97f728e5f421b075a2d935a402ddd9f948d119f Author: Patrick Lauer gentoo org> AuthorDate: Sat Sep 26 16:26:28 2020 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Sep 26 16:26:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97f728e dev-db/postgresql: Add more python_targets Fix #733542 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Patrick Lauer gentoo.org> dev-db/postgresql/postgresql-10.14.ebuild | 2 +- dev-db/postgresql/postgresql-11.9.ebuild | 2 +- dev-db/postgresql/postgresql-12.4.ebuild | 2 +- dev-db/postgresql/postgresql-13.0.ebuild | 2 +- dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +- dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-db/postgresql/postgresql-10.14.ebuild b/dev-db/postgresql/postgresql-10.14.ebuild index 533fd71130e..a0d0ae70a56 100644 --- a/dev-db/postgresql/postgresql-10.14.ebuild +++ b/dev-db/postgresql/postgresql-10.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-11.9.ebuild b/dev-db/postgresql/postgresql-11.9.ebuild index a5d28f91604..f49a3c2de54 100644 --- a/dev-db/postgresql/postgresql-11.9.ebuild +++ b/dev-db/postgresql/postgresql-11.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-12.4.ebuild b/dev-db/postgresql/postgresql-12.4.ebuild index 3d24f5a80a7..88a1f960cb2 100644 --- a/dev-db/postgresql/postgresql-12.4.ebuild +++ b/dev-db/postgresql/postgresql-12.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-13.0.ebuild b/dev-db/postgresql/postgresql-13.0.ebuild index 4dc2c18c1a2..36cc823987e 100644 --- a/dev-db/postgresql/postgresql-13.0.ebuild +++ b/dev-db/postgresql/postgresql-13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild b/dev-db/postgresql/postgresql-9.5.23.ebuild index ef898daa47e..acc5e9779fd 100644 --- a/dev-db/postgresql/postgresql-9.5.23.ebuild +++ b/dev-db/postgresql/postgresql-9.5.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild b/dev-db/postgresql/postgresql-9.6.19.ebuild index 586527a2a68..b36d51b81ce 100644 --- a/dev-db/postgresql/postgresql-9.6.19.ebuild +++ b/dev-db/postgresql/postgresql-9.6.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd