diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:30 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:24:03 -0400 |
commit | 4180e1fd248ec481fffd99ab35a24484c61d5d69 (patch) | |
tree | 7c21bb35b3ead0c8ba8b88e50404a7a52c1c3a14 /libraries/matplotlib | |
parent | 6a1490f45d15a4fbe0589ed90c89a93586c9863b (diff) |
libraries/matplotlib: Change i486 to i586
Diffstat (limited to 'libraries/matplotlib')
-rw-r--r-- | libraries/matplotlib/matplotlib.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/matplotlib/matplotlib.SlackBuild b/libraries/matplotlib/matplotlib.SlackBuild index 18ca6b2f17c80..b36e087fe0355 100644 --- a/libraries/matplotlib/matplotlib.SlackBuild +++ b/libraries/matplotlib/matplotlib.SlackBuild @@ -42,7 +42,7 @@ DISABLE_WXAGG=${DISABLE_WXAGG:-Y} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |