diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-01-04 20:48:07 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-01-04 21:12:15 +0100 |
| commit | c6859e211d23600226e65ffd13cc1eca00945b19 (patch) | |
| tree | 0e483e1fda6ed1397ba4687b5e081d927b3475e0 /dev-lang/python/python-3.14.0_alpha3-r100.ebuild | |
| parent | 26ee6de5bbc80fc478c61d95f95ec51640cb5dcd (diff) | |
| download | gentoo-c6859e211d23600226e65ffd13cc1eca00945b19.tar.gz gentoo-c6859e211d23600226e65ffd13cc1eca00945b19.tar.bz2 gentoo-c6859e211d23600226e65ffd13cc1eca00945b19.zip | |
dev-lang/python: Sync TMPDIR declarations between all slots
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.14.0_alpha3-r100.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha3-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.14.0_alpha3-r100.ebuild b/dev-lang/python/python-3.14.0_alpha3-r100.ebuild index 21c55d5918be..2abe01749d3a 100644 --- a/dev-lang/python/python-3.14.0_alpha3-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha3-r100.ebuild @@ -491,7 +491,7 @@ src_compile() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp fi # also need to clear the flags explicitly here or they end up @@ -531,7 +531,7 @@ src_test() { # bug 660358 local -x COLUMNS=80 local -x PYTHONDONTWRITEBYTECODE= - local -x TMPDIR=/tmp + local -x TMPDIR=/var/tmp nonfatal emake -Onone test EXTRATESTOPTS="${test_opts[*]}" \ CPPFLAGS= CFLAGS= LDFLAGS= < /dev/tty |
