commit: 83f564b52ab77d05cc1982cc1d177119a274e561
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Oct 18 14:57:11 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Fri Oct 18 14:57:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=83f564b5
dev-lang/python: sync ::gentoo
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-lang/python/python-3.10.15_p1.ebuild | 2 ++
dev-lang/python/python-3.11.10_p1.ebuild | 2 ++
dev-lang/python/python-3.9.20_p1.ebuild | 2 ++
3 files changed, 6 insertions(+)
diff --git a/dev-lang/python/python-3.10.15_p1.ebuild
b/dev-lang/python/python-3.10.15_p1.ebuild
index aa52615..524ba7d 100644
--- a/dev-lang/python/python-3.10.15_p1.ebuild
+++ b/dev-lang/python/python-3.10.15_p1.ebuild
@@ -460,6 +460,7 @@ src_compile() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
fi
# also need to clear the flags explicitly here or they end up
@@ -494,6 +495,7 @@ src_test() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
diff --git a/dev-lang/python/python-3.11.10_p1.ebuild
b/dev-lang/python/python-3.11.10_p1.ebuild
index 0e85bc6..391f85a 100644
--- a/dev-lang/python/python-3.11.10_p1.ebuild
+++ b/dev-lang/python/python-3.11.10_p1.ebuild
@@ -473,6 +473,7 @@ src_compile() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
fi
# also need to clear the flags explicitly here or they end up
@@ -512,6 +513,7 @@ src_test() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty
diff --git a/dev-lang/python/python-3.9.20_p1.ebuild
b/dev-lang/python/python-3.9.20_p1.ebuild
index 28ff5c1..baa948e 100644
--- a/dev-lang/python/python-3.9.20_p1.ebuild
+++ b/dev-lang/python/python-3.9.20_p1.ebuild
@@ -449,6 +449,7 @@ src_compile() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
fi
# also need to clear the flags explicitly here or they end up
@@ -483,6 +484,7 @@ src_test() {
# bug 660358
local -x COLUMNS=80
local -x PYTHONDONTWRITEBYTECODE=
+ local -x TMPDIR=/tmp
nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \
CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty