From ed076e9685dac18bd1f2111c09e99f3598eaaf0f Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 27 Mar 2018 12:01:08 +0000 Subject: libraries/PyYAML: Switch to i586. Signed-off-by: David Spencer --- libraries/PyYAML/PyYAML.SlackBuild | 10 +++++----- libraries/PyYAML/README | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'libraries') diff --git a/libraries/PyYAML/PyYAML.SlackBuild b/libraries/PyYAML/PyYAML.SlackBuild index 52cee33b82..049f16169d 100644 --- a/libraries/PyYAML/PyYAML.SlackBuild +++ b/libraries/PyYAML/PyYAML.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for python-PyYAML +# Slackware build script for PyYAML # Copyright 2010 David Woodfall # All rights reserved. # @@ -23,12 +23,12 @@ PRGNAM=PyYAML VERSION=${VERSION:-3.11} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/libraries/PyYAML/README b/libraries/PyYAML/README index 8e4d5959ce..2bede18e0f 100644 --- a/libraries/PyYAML/README +++ b/libraries/PyYAML/README @@ -3,4 +3,3 @@ pyyaml (YAML parser and emitter for Python) YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. - -- cgit v1.2.3