diff options
Diffstat (limited to 'dev-lang/python/python-2.7.18_p11.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.18_p11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.7.18_p11.ebuild b/dev-lang/python/python-2.7.18_p11.ebuild index 17733be6f118..c583ea726d66 100644 --- a/dev-lang/python/python-2.7.18_p11.ebuild +++ b/dev-lang/python/python-2.7.18_p11.ebuild @@ -225,7 +225,7 @@ src_compile() { emake # Work around bug 329499. See also bug 413751 and 457194. - if has_version dev-libs/libffi[pax_kernel]; then + if has_version dev-libs/libffi[pax-kernel]; then pax-mark E python else pax-mark m python |