Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Sun, 04 Jul 2021 06:04:47
Message-Id: 1625378682.251a8195fe8aa0e800452d40c4bc2016f652b836.patrick@gentoo
1 commit: 251a8195fe8aa0e800452d40c4bc2016f652b836
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 06:04:32 2021 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 06:04:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251a8195
7
8 dev-db/postgresql: Support python3_10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
12
13 dev-db/postgresql/postgresql-10.17.ebuild | 2 +-
14 dev-db/postgresql/postgresql-11.12.ebuild | 2 +-
15 dev-db/postgresql/postgresql-12.7.ebuild | 2 +-
16 dev-db/postgresql/postgresql-13.3.ebuild | 2 +-
17 dev-db/postgresql/postgresql-14_beta2.ebuild | 2 +-
18 dev-db/postgresql/postgresql-9999.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-db/postgresql/postgresql-10.17.ebuild b/dev-db/postgresql/postgresql-10.17.ebuild
22 index ebe680d69aa..866e2d6f698 100644
23 --- a/dev-db/postgresql/postgresql-10.17.ebuild
24 +++ b/dev-db/postgresql/postgresql-10.17.ebuild
25 @@ -3,7 +3,7 @@
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7,8,9} )
30 +PYTHON_COMPAT=( python3_{8,9,10} )
31
32 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
33
34
35 diff --git a/dev-db/postgresql/postgresql-11.12.ebuild b/dev-db/postgresql/postgresql-11.12.ebuild
36 index 354f7ceacec..5a20556a0fe 100644
37 --- a/dev-db/postgresql/postgresql-11.12.ebuild
38 +++ b/dev-db/postgresql/postgresql-11.12.ebuild
39 @@ -3,7 +3,7 @@
40
41 EAPI=7
42
43 -PYTHON_COMPAT=( python3_{7,8,9} )
44 +PYTHON_COMPAT=( python3_{8,9,10} )
45
46 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
47
48
49 diff --git a/dev-db/postgresql/postgresql-12.7.ebuild b/dev-db/postgresql/postgresql-12.7.ebuild
50 index 3cef36cbe59..c6cea755c81 100644
51 --- a/dev-db/postgresql/postgresql-12.7.ebuild
52 +++ b/dev-db/postgresql/postgresql-12.7.ebuild
53 @@ -3,7 +3,7 @@
54
55 EAPI=7
56
57 -PYTHON_COMPAT=( python3_{7,8,9} )
58 +PYTHON_COMPAT=( python3_{8,9,10} )
59
60 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
61
62
63 diff --git a/dev-db/postgresql/postgresql-13.3.ebuild b/dev-db/postgresql/postgresql-13.3.ebuild
64 index 209c8ce92e7..9b8485c9bc0 100644
65 --- a/dev-db/postgresql/postgresql-13.3.ebuild
66 +++ b/dev-db/postgresql/postgresql-13.3.ebuild
67 @@ -3,7 +3,7 @@
68
69 EAPI=7
70
71 -PYTHON_COMPAT=( python3_{7,8,9} )
72 +PYTHON_COMPAT=( python3_{8,9,10} )
73
74 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
75
76
77 diff --git a/dev-db/postgresql/postgresql-14_beta2.ebuild b/dev-db/postgresql/postgresql-14_beta2.ebuild
78 index ee8cee5fb64..0ef0e4f1672 100644
79 --- a/dev-db/postgresql/postgresql-14_beta2.ebuild
80 +++ b/dev-db/postgresql/postgresql-14_beta2.ebuild
81 @@ -3,7 +3,7 @@
82
83 EAPI=7
84
85 -PYTHON_COMPAT=( python3_{7,8,9} )
86 +PYTHON_COMPAT=( python3_{8,9,10} )
87
88 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
89
90
91 diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
92 index a1b3cb9eb92..e83be695c51 100644
93 --- a/dev-db/postgresql/postgresql-9999.ebuild
94 +++ b/dev-db/postgresql/postgresql-9999.ebuild
95 @@ -3,7 +3,7 @@
96
97 EAPI=7
98
99 -PYTHON_COMPAT=( python3_{7,8,9} )
100 +PYTHON_COMPAT=( python3_{8,9,10} )
101
102 inherit flag-o-matic git-r3 linux-info multilib pam prefix python-single-r1 \
103 systemd tmpfiles