diff options
author | orbea <orbea@riseup.net> | 2025-01-07 15:23:01 -0800 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2025-01-07 15:23:01 -0800 |
commit | a0355b969cd920799bb13fc5014d1b2a001b6624 (patch) | |
tree | 9de1f7636d9102e0e38a8c359f67b0643d8f03bf /dev-lang | |
parent | dev-lang/python: drop versions (diff) | |
download | libressl-a0355b969cd920799bb13fc5014d1b2a001b6624.tar.gz libressl-a0355b969cd920799bb13fc5014d1b2a001b6624.tar.bz2 libressl-a0355b969cd920799bb13fc5014d1b2a001b6624.zip |
dev-lang/python: fix pgo for libressl
Upstream-Issue: https://github.com/libressl/portable/issues/1133
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.10.16_p1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.11.11_p1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.12.8.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.13.1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.9.21_p1.ebuild | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.10.16_p1.ebuild b/dev-lang/python/python-3.10.16_p1.ebuild index 6350238..a1d1ba7 100644 --- a/dev-lang/python/python-3.10.16_p1.ebuild +++ b/dev-lang/python/python-3.10.16_p1.ebuild @@ -332,6 +332,11 @@ src_configure() { # Hangs (actually runs indefinitely executing itself w/ many cpython builds) # bug #900429 -x test_tools + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. diff --git a/dev-lang/python/python-3.11.11_p1.ebuild b/dev-lang/python/python-3.11.11_p1.ebuild index 41596f1..ff6ca48 100644 --- a/dev-lang/python/python-3.11.11_p1.ebuild +++ b/dev-lang/python/python-3.11.11_p1.ebuild @@ -325,6 +325,11 @@ src_configure() { # Hangs (actually runs indefinitely executing itself w/ many cpython builds) # bug #900429 -x test_tools + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. diff --git a/dev-lang/python/python-3.12.8.ebuild b/dev-lang/python/python-3.12.8.ebuild index 7db5a64..521a046 100644 --- a/dev-lang/python/python-3.12.8.ebuild +++ b/dev-lang/python/python-3.12.8.ebuild @@ -326,6 +326,11 @@ src_configure() { # Hangs (actually runs indefinitely executing itself w/ many cpython builds) # bug #900429 -x test_tools + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index b1dfe12..52f4550 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -379,6 +379,11 @@ src_configure() { # Fails in profiling run, passes in src_test(). -x test_capi + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. diff --git a/dev-lang/python/python-3.9.21_p1.ebuild b/dev-lang/python/python-3.9.21_p1.ebuild index 75028ae..0b36db5 100644 --- a/dev-lang/python/python-3.9.21_p1.ebuild +++ b/dev-lang/python/python-3.9.21_p1.ebuild @@ -264,6 +264,11 @@ src_configure() { # Hangs (actually runs indefinitely executing itself w/ many cpython builds) # bug #900429 -x test_tools + + # Fails with LibreSSL + # https://github.com/libressl/portable/issues/1133 + -x test_hashlib + -x test_ssl ) # Arch-specific skips. See #931888 for a collection of these. |