openstack mass stable for mitaka, x86 and amd64 for bug 582170

This commit is contained in:
Matthew Thode
2016-06-04 20:51:16 -05:00
parent 980e1b634d
commit c214417929
76 changed files with 77 additions and 77 deletions

View File

@@ -14,7 +14,7 @@ SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="amd64 ~arm x86"
IUSE="test"
RDEPEND="
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
python_prepare_all(){
python_prepare_all() {
export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
distutils-r1_python_prepare_all
}