summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-16 16:18:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-16 16:42:07 +0200
commit0f07b98d8745bd805d6ed9ab433504916e3fae0f (patch)
treea5a1c466d4b3a66d1b08a0cb983444f83c45392d /dev-lang/python/python-3.13.0.ebuild
parent1321ab6ba37fc023b4bfea71840c5109313d87dd (diff)
downloadgentoo-0f07b98d8745bd805d6ed9ab433504916e3fae0f.tar.gz
gentoo-0f07b98d8745bd805d6ed9ab433504916e3fae0f.tar.bz2
gentoo-0f07b98d8745bd805d6ed9ab433504916e3fae0f.zip
dev-lang/python: Fix PYTHON_KERNEL_CHECKS to be declared globally
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.13.0.ebuild')
-rw-r--r--dev-lang/python/python-3.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild
index 9216c5683e4c..ffd6571fce4b 100644
--- a/dev-lang/python/python-3.13.0.ebuild
+++ b/dev-lang/python/python-3.13.0.ebuild
@@ -114,7 +114,7 @@ QA_PKGCONFIG_VERSION=${PYVER}
# false positives -- functions specific to *BSD
QA_CONFIG_IMPL_DECL_SKIP=( chflags lchflags )
-declare -rA PYTHON_KERNEL_CHECKS=(
+declare -rgA PYTHON_KERNEL_CHECKS=(
["CROSS_MEMORY_ATTACH"]="test_external_inspection" #bug 938589
["DNOTIFY"]="test_fcntl" # bug 938662
)