summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:28:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-03 18:28:40 +0100
commitb9e2f89b7824d40f6a52055ac091f80596be4efb (patch)
tree8219847ce2ae6c602e9e31207be481975068611f /community
parentf3442eb02720af3b8e6d8a5e5597f680da531f02 (diff)
downloadpackages-b9e2f89b7824d40f6a52055ac091f80596be4efb.tar.xz
community/python-networkx: more fixing around python-matplotlib
Diffstat (limited to 'community')
-rw-r--r--community/python-networkx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-networkx/PKGBUILD b/community/python-networkx/PKGBUILD
index e01ed35f..521151c1 100644
--- a/community/python-networkx/PKGBUILD
+++ b/community/python-networkx/PKGBUILD
@@ -1,7 +1,7 @@
-# python-matplotlib fails with stack smashes
+# python-matplotlib fails with stack smashes on i486, must disable it on all
+# architectures, because it's of architecture 'any' thus drawing in the module
+# again on i486
depends=(${depends[@]//python-matplotlib/})
-depends_i686+=(python-matplotlib)
-depends_pentium4=("${depends_i686[@]}")
# tests fails in various ways
unset check