python: enable 2.7 for x86

This commit is contained in:
Jerome Duval
2014-12-13 00:00:20 +00:00
parent f939fb9db5
commit b54dd3d4b2
2 changed files with 1 additions and 42 deletions

View File

@@ -14,7 +14,7 @@ COPYRIGHT="1990-2012, Python Software Foundation"
SRC_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="edde10a0cb7d14e2735e682882d5b287028d1485c456758154c19573db68075a"
REVISION="1"
ARCHITECTURES="x86_gcc2 !x86 x86_64"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="python-$portVersion.patchset"