commit:     3e518e0531851b3b0136f13e941ad62b45557919
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 31 08:20:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 31 08:43:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e518e05

dev-lang/python: Enable ipv6 unconditionally

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-lang/python/python-2.7.18_p12.ebuild    | 4 ++--
 dev-lang/python/python-3.10.0_rc1_p2.ebuild | 4 ++--
 dev-lang/python/python-3.6.14_p1.ebuild     | 4 ++--
 dev-lang/python/python-3.7.11_p1.ebuild     | 4 ++--
 dev-lang/python/python-3.8.12.ebuild        | 4 ++--
 dev-lang/python/python-3.9.6_p2.ebuild      | 4 ++--
 dev-lang/python/python-3.9.7.ebuild         | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-lang/python/python-2.7.18_p12.ebuild 
b/dev-lang/python/python-2.7.18_p12.ebuild
index dfa49704adf..8d7d4c785d8 100644
--- a/dev-lang/python/python-2.7.18_p12.ebuild
+++ b/dev-lang/python/python-2.7.18_p12.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
+IUSE="berkdb bluetooth build elibc_uclibc examples gdbm hardened +ncurses 
+readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
 # If you need to apply a patch which requires python for bootstrapping, please
@@ -190,7 +190,7 @@ src_configure() {
 
                --with-fpectl
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                $(use_with threads)
                $(use wide-unicode && echo "--enable-unicode=ucs4" || echo 
"--enable-unicode=ucs2")
                --infodir='${prefix}/share/info'

diff --git a/dev-lang/python/python-3.10.0_rc1_p2.ebuild 
b/dev-lang/python/python-3.10.0_rc1_p2.ebuild
index 7c020070367..871bbbb0eba 100644
--- a/dev-lang/python/python-3.10.0_rc1_p2.ebuild
+++ b/dev-lang/python/python-3.10.0_rc1_p2.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -167,7 +167,7 @@ src_configure() {
 
                --enable-shared
                --without-static-libpython
-               $(use_enable ipv6)
+               --enable-ipv6
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'
                --with-computed-gotos

diff --git a/dev-lang/python/python-3.6.14_p1.ebuild 
b/dev-lang/python/python-3.6.14_p1.ebuild
index c375dd63ae3..cba6bb86484 100644
--- a/dev-lang/python/python-3.6.14_p1.ebuild
+++ b/dev-lang/python/python-3.6.14_p1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test +threads tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test +threads tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -151,7 +151,7 @@ src_configure() {
 
                --with-fpectl
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                $(use_with threads)
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'

diff --git a/dev-lang/python/python-3.7.11_p1.ebuild 
b/dev-lang/python/python-3.7.11_p1.ebuild
index c021a50070f..710da1dda38 100644
--- a/dev-lang/python/python-3.7.11_p1.ebuild
+++ b/dev-lang/python/python-3.7.11_p1.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}/${PYVER}m"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -145,7 +145,7 @@ src_configure() {
                ac_cv_header_stropts_h=no
 
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'
                --with-computed-gotos

diff --git a/dev-lang/python/python-3.8.12.ebuild 
b/dev-lang/python/python-3.8.12.ebuild
index 42783872728..264dfc97e82 100644
--- a/dev-lang/python/python-3.8.12.ebuild
+++ b/dev-lang/python/python-3.8.12.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -153,7 +153,7 @@ src_configure() {
                ac_cv_header_stropts_h=no
 
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'
                --with-computed-gotos

diff --git a/dev-lang/python/python-3.9.6_p2.ebuild 
b/dev-lang/python/python-3.9.6_p2.ebuild
index 682541d3448..27fbaaa34a5 100644
--- a/dev-lang/python/python-3.9.6_p2.ebuild
+++ b/dev-lang/python/python-3.9.6_p2.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -164,7 +164,7 @@ src_configure() {
                ac_cv_header_stropts_h=no
 
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'
                --with-computed-gotos

diff --git a/dev-lang/python/python-3.9.7.ebuild 
b/dev-lang/python/python-3.9.7.ebuild
index 682541d3448..27fbaaa34a5 100644
--- a/dev-lang/python/python-3.9.7.ebuild
+++ b/dev-lang/python/python-3.9.7.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="PSF-2"
 SLOT="${PYVER}"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="bluetooth build examples gdbm hardened ipv6 +ncurses +readline +sqlite 
+ssl test tk wininst +xml"
+IUSE="bluetooth build examples gdbm hardened +ncurses +readline +sqlite +ssl 
test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
 # Do not add a dependency on dev-lang/python to this ebuild.
@@ -164,7 +164,7 @@ src_configure() {
                ac_cv_header_stropts_h=no
 
                --enable-shared
-               $(use_enable ipv6)
+               --enable-ipv6
                --infodir='${prefix}/share/info'
                --mandir='${prefix}/share/man'
                --with-computed-gotos

Reply via email to