From 4180e1fd248ec481fffd99ab35a24484c61d5d69 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 18 Mar 2022 21:19:30 -0600 Subject: libraries/matplotlib: Change i486 to i586 --- libraries/matplotlib/matplotlib.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/matplotlib/matplotlib.SlackBuild') diff --git a/libraries/matplotlib/matplotlib.SlackBuild b/libraries/matplotlib/matplotlib.SlackBuild index 18ca6b2f17..b36e087fe0 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 -- cgit v1.2.3