Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Tue, 31 Aug 2021 08:43:35
Message-Id: 1630399406.3e518e0531851b3b0136f13e941ad62b45557919.mgorny@gentoo
1 commit: 3e518e0531851b3b0136f13e941ad62b45557919
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 08:20:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 08:43:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e518e05
7
8 dev-lang/python: Enable ipv6 unconditionally
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/python/python-2.7.18_p12.ebuild | 4 ++--
13 dev-lang/python/python-3.10.0_rc1_p2.ebuild | 4 ++--
14 dev-lang/python/python-3.6.14_p1.ebuild | 4 ++--
15 dev-lang/python/python-3.7.11_p1.ebuild | 4 ++--
16 dev-lang/python/python-3.8.12.ebuild | 4 ++--
17 dev-lang/python/python-3.9.6_p2.ebuild | 4 ++--
18 dev-lang/python/python-3.9.7.ebuild | 4 ++--
19 7 files changed, 14 insertions(+), 14 deletions(-)
20
21 diff --git a/dev-lang/python/python-2.7.18_p12.ebuild b/dev-lang/python/python-2.7.18_p12.ebuild
22 index dfa49704adf..8d7d4c785d8 100644
23 --- a/dev-lang/python/python-2.7.18_p12.ebuild
24 +++ b/dev-lang/python/python-2.7.18_p12.ebuild
25 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
26 LICENSE="PSF-2"
27 SLOT="${PYVER}"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
29 -IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
30 +IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
31
32 # Do not add a dependency on dev-lang/python to this ebuild.
33 # If you need to apply a patch which requires python for bootstrapping, please
34 @@ -190,7 +190,7 @@ src_configure() {
35
36 --with-fpectl
37 --enable-shared
38 - $(use_enable ipv6)
39 + --enable-ipv6
40 $(use_with threads)
41 $(use wide-unicode && echo "--enable-unicode=ucs4" || echo "--enable-unicode=ucs2")
42 --infodir='${prefix}/share/info'
43
44 diff --git a/dev-lang/python/python-3.10.0_rc1_p2.ebuild b/dev-lang/python/python-3.10.0_rc1_p2.ebuild
45 index 7c020070367..871bbbb0eba 100644
46 --- a/dev-lang/python/python-3.10.0_rc1_p2.ebuild
47 +++ b/dev-lang/python/python-3.10.0_rc1_p2.ebuild
48 @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
49 LICENSE="PSF-2"
50 SLOT="${PYVER}"
51 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
52 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
53 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
54 RESTRICT="!test? ( test )"
55
56 # Do not add a dependency on dev-lang/python to this ebuild.
57 @@ -167,7 +167,7 @@ src_configure() {
58
59 --enable-shared
60 --without-static-libpython
61 - $(use_enable ipv6)
62 + --enable-ipv6
63 --infodir='${prefix}/share/info'
64 --mandir='${prefix}/share/man'
65 --with-computed-gotos
66
67 diff --git a/dev-lang/python/python-3.6.14_p1.ebuild b/dev-lang/python/python-3.6.14_p1.ebuild
68 index c375dd63ae3..cba6bb86484 100644
69 --- a/dev-lang/python/python-3.6.14_p1.ebuild
70 +++ b/dev-lang/python/python-3.6.14_p1.ebuild
71 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
72 LICENSE="PSF-2"
73 SLOT="${PYVER}/${PYVER}m"
74 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
75 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test +threads tk wininst +xml"
76 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test +threads tk wininst +xml"
77 RESTRICT="!test? ( test )"
78
79 # Do not add a dependency on dev-lang/python to this ebuild.
80 @@ -151,7 +151,7 @@ src_configure() {
81
82 --with-fpectl
83 --enable-shared
84 - $(use_enable ipv6)
85 + --enable-ipv6
86 $(use_with threads)
87 --infodir='${prefix}/share/info'
88 --mandir='${prefix}/share/man'
89
90 diff --git a/dev-lang/python/python-3.7.11_p1.ebuild b/dev-lang/python/python-3.7.11_p1.ebuild
91 index c021a50070f..710da1dda38 100644
92 --- a/dev-lang/python/python-3.7.11_p1.ebuild
93 +++ b/dev-lang/python/python-3.7.11_p1.ebuild
94 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
95 LICENSE="PSF-2"
96 SLOT="${PYVER}/${PYVER}m"
97 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
98 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
99 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
100 RESTRICT="!test? ( test )"
101
102 # Do not add a dependency on dev-lang/python to this ebuild.
103 @@ -145,7 +145,7 @@ src_configure() {
104 ac_cv_header_stropts_h=no
105
106 --enable-shared
107 - $(use_enable ipv6)
108 + --enable-ipv6
109 --infodir='${prefix}/share/info'
110 --mandir='${prefix}/share/man'
111 --with-computed-gotos
112
113 diff --git a/dev-lang/python/python-3.8.12.ebuild b/dev-lang/python/python-3.8.12.ebuild
114 index 42783872728..264dfc97e82 100644
115 --- a/dev-lang/python/python-3.8.12.ebuild
116 +++ b/dev-lang/python/python-3.8.12.ebuild
117 @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
118 LICENSE="PSF-2"
119 SLOT="${PYVER}"
120 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
121 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
122 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
123 RESTRICT="!test? ( test )"
124
125 # Do not add a dependency on dev-lang/python to this ebuild.
126 @@ -153,7 +153,7 @@ src_configure() {
127 ac_cv_header_stropts_h=no
128
129 --enable-shared
130 - $(use_enable ipv6)
131 + --enable-ipv6
132 --infodir='${prefix}/share/info'
133 --mandir='${prefix}/share/man'
134 --with-computed-gotos
135
136 diff --git a/dev-lang/python/python-3.9.6_p2.ebuild b/dev-lang/python/python-3.9.6_p2.ebuild
137 index 682541d3448..27fbaaa34a5 100644
138 --- a/dev-lang/python/python-3.9.6_p2.ebuild
139 +++ b/dev-lang/python/python-3.9.6_p2.ebuild
140 @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
141 LICENSE="PSF-2"
142 SLOT="${PYVER}"
143 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
144 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
145 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
146 RESTRICT="!test? ( test )"
147
148 # Do not add a dependency on dev-lang/python to this ebuild.
149 @@ -164,7 +164,7 @@ src_configure() {
150 ac_cv_header_stropts_h=no
151
152 --enable-shared
153 - $(use_enable ipv6)
154 + --enable-ipv6
155 --infodir='${prefix}/share/info'
156 --mandir='${prefix}/share/man'
157 --with-computed-gotos
158
159 diff --git a/dev-lang/python/python-3.9.7.ebuild b/dev-lang/python/python-3.9.7.ebuild
160 index 682541d3448..27fbaaa34a5 100644
161 --- a/dev-lang/python/python-3.9.7.ebuild
162 +++ b/dev-lang/python/python-3.9.7.ebuild
163 @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
164 LICENSE="PSF-2"
165 SLOT="${PYVER}"
166 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
167 -IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite +ssl test tk wininst +xml"
168 +IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl test tk wininst +xml"
169 RESTRICT="!test? ( test )"
170
171 # Do not add a dependency on dev-lang/python to this ebuild.
172 @@ -164,7 +164,7 @@ src_configure() {
173 ac_cv_header_stropts_h=no
174
175 --enable-shared
176 - $(use_enable ipv6)
177 + --enable-ipv6
178 --infodir='${prefix}/share/info'
179 --mandir='${prefix}/share/man'
180 --with-computed-gotos