summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:54:48 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:47 -0400
commit95407a1fc09d386e12047047aef6332091c42e9f (patch)
tree152aabef4b5a40162a4068aaf06307ff43d45505 /python
parent244f9e30b1fa920ca36e223ff90a43dd7af168bd (diff)
downloadslackbuilds-95407a1fc09d386e12047047aef6332091c42e9f.tar.gz
slackbuilds-95407a1fc09d386e12047047aef6332091c42e9f.tar.xz
python/sympy: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r--python/sympy/sympy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sympy/sympy.SlackBuild b/python/sympy/sympy.SlackBuild
index 853c880a48..f56f9b9122 100644
--- a/python/sympy/sympy.SlackBuild
+++ b/python/sympy/sympy.SlackBuild
@@ -38,7 +38,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac