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: Sat, 26 Sep 2020 16:26:53
Message-Id: 1601137602.f97f728e5f421b075a2d935a402ddd9f948d119f.patrick@gentoo
1 commit: f97f728e5f421b075a2d935a402ddd9f948d119f
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 16:26:28 2020 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 16:26:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97f728e
7
8 dev-db/postgresql: Add more python_targets
9
10 Fix #733542
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
14
15 dev-db/postgresql/postgresql-10.14.ebuild | 2 +-
16 dev-db/postgresql/postgresql-11.9.ebuild | 2 +-
17 dev-db/postgresql/postgresql-12.4.ebuild | 2 +-
18 dev-db/postgresql/postgresql-13.0.ebuild | 2 +-
19 dev-db/postgresql/postgresql-9.5.23.ebuild | 2 +-
20 dev-db/postgresql/postgresql-9.6.19.ebuild | 2 +-
21 6 files changed, 6 insertions(+), 6 deletions(-)
22
23 diff --git a/dev-db/postgresql/postgresql-10.14.ebuild b/dev-db/postgresql/postgresql-10.14.ebuild
24 index 533fd71130e..a0d0ae70a56 100644
25 --- a/dev-db/postgresql/postgresql-10.14.ebuild
26 +++ b/dev-db/postgresql/postgresql-10.14.ebuild
27 @@ -3,7 +3,7 @@
28
29 EAPI=7
30
31 -PYTHON_COMPAT=( python3_{6,7} )
32 +PYTHON_COMPAT=( python3_{6,7,8,9} )
33
34 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
35
36
37 diff --git a/dev-db/postgresql/postgresql-11.9.ebuild b/dev-db/postgresql/postgresql-11.9.ebuild
38 index a5d28f91604..f49a3c2de54 100644
39 --- a/dev-db/postgresql/postgresql-11.9.ebuild
40 +++ b/dev-db/postgresql/postgresql-11.9.ebuild
41 @@ -3,7 +3,7 @@
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{6,7} )
46 +PYTHON_COMPAT=( python3_{6,7,8,9} )
47
48 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
49
50
51 diff --git a/dev-db/postgresql/postgresql-12.4.ebuild b/dev-db/postgresql/postgresql-12.4.ebuild
52 index 3d24f5a80a7..88a1f960cb2 100644
53 --- a/dev-db/postgresql/postgresql-12.4.ebuild
54 +++ b/dev-db/postgresql/postgresql-12.4.ebuild
55 @@ -3,7 +3,7 @@
56
57 EAPI=7
58
59 -PYTHON_COMPAT=( python3_{6,7} )
60 +PYTHON_COMPAT=( python3_{6,7,8,9} )
61
62 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
63
64
65 diff --git a/dev-db/postgresql/postgresql-13.0.ebuild b/dev-db/postgresql/postgresql-13.0.ebuild
66 index 4dc2c18c1a2..36cc823987e 100644
67 --- a/dev-db/postgresql/postgresql-13.0.ebuild
68 +++ b/dev-db/postgresql/postgresql-13.0.ebuild
69 @@ -3,7 +3,7 @@
70
71 EAPI=7
72
73 -PYTHON_COMPAT=( python3_{6,7} )
74 +PYTHON_COMPAT=( python3_{6,7,8,9} )
75
76 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
77
78
79 diff --git a/dev-db/postgresql/postgresql-9.5.23.ebuild b/dev-db/postgresql/postgresql-9.5.23.ebuild
80 index ef898daa47e..acc5e9779fd 100644
81 --- a/dev-db/postgresql/postgresql-9.5.23.ebuild
82 +++ b/dev-db/postgresql/postgresql-9.5.23.ebuild
83 @@ -3,7 +3,7 @@
84
85 EAPI=7
86
87 -PYTHON_COMPAT=( python3_{6,7} )
88 +PYTHON_COMPAT=( python3_{6,7,8,9} )
89
90 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd
91
92
93 diff --git a/dev-db/postgresql/postgresql-9.6.19.ebuild b/dev-db/postgresql/postgresql-9.6.19.ebuild
94 index 586527a2a68..b36d51b81ce 100644
95 --- a/dev-db/postgresql/postgresql-9.6.19.ebuild
96 +++ b/dev-db/postgresql/postgresql-9.6.19.ebuild
97 @@ -3,7 +3,7 @@
98
99 EAPI=7
100
101 -PYTHON_COMPAT=( python3_{6,7} )
102 +PYTHON_COMPAT=( python3_{6,7,8,9} )
103
104 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd