Make buildbot_slave and python_zope.interface arch-specific.

* To prevent problems with the 'any' packages being shared between
  different architectures (while those use varying versions of python),
  make them arch-specific.
* Additionally, move buildbot_slave from dev-python to dev-util (as
  it is not related to python development).
This commit is contained in:
Oliver Tappe
2014-06-25 23:25:56 +02:00
parent eb644e9299
commit 22c10b29d2
3 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ SRC_URI="https://pypi.python.org/packages/source/z/zope.interface/zope.interface
CHECKSUM_SHA256="91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da"
LICENSE="ZPL 2.1"
COPYRIGHT="2004-2014 Zope Foundation and Contributors"
REVISION="1"
REVISION="2"
ARCHITECTURES="any"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SOURCE_DIR="zope.interface-$portVersion"