diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-03 14:57:10 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:49 +0100 |
commit | f04caef1128b50c0c4b3cabf1fcb6d51ed5847da (patch) | |
tree | 51914aacad317af5c5802816af7665b78313619e /python/stevedore/stevedore.SlackBuild | |
parent | aee2e5db3022c6b8e6a1382fc9dfe6c170aaecf8 (diff) | |
download | slackbuilds-f04caef1128b50c0c4b3cabf1fcb6d51ed5847da.tar.gz |
python/stevedore: Updated for version 1.17.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/stevedore/stevedore.SlackBuild')
-rw-r--r-- | python/stevedore/stevedore.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild index f31fcc926d..c71a695a90 100644 --- a/python/stevedore/stevedore.SlackBuild +++ b/python/stevedore/stevedore.SlackBuild @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stevedore -VERSION=${VERSION:-1.16.0} +VERSION=${VERSION:-1.17.0} BUILD=${BUILD:-1} 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 @@ -41,8 +41,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" |