diff options
Diffstat (limited to 'dev-lang/python/python-3.13.3-r100.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.13.3-r100.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.13.3-r100.ebuild b/dev-lang/python/python-3.13.3-r100.ebuild index f2f4b2b6ff30..a02ac6833e59 100644 --- a/dev-lang/python/python-3.13.3-r100.ebuild +++ b/dev-lang/python/python-3.13.3-r100.ebuild @@ -283,6 +283,11 @@ src_configure() { -x test_strtod ) ;; + arm*) + COMMON_TEST_SKIPS+=( + -x test_gdb + ) + ;; hppa*) COMMON_TEST_SKIPS+=( -x test_gdb |
