diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 20:51:16 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-04 20:51:16 -0500 |
commit | c214417929cb30941c1c44c9314cde12f472c919 (patch) | |
tree | 685369601bc3ce77f6442f1827d817368c1bbc05 /dev-python/google-api-python-client | |
parent | sys-libs/musl: add TODO comment wrt obtaining arch name (diff) | |
download | gentoo-c214417929cb30941c1c44c9314cde12f472c919.tar.gz gentoo-c214417929cb30941c1c44c9314cde12f472c919.tar.bz2 gentoo-c214417929cb30941c1c44c9314cde12f472c919.zip |
openstack mass stable for mitaka, x86 and amd64 for bug 582170
Diffstat (limited to 'dev-python/google-api-python-client')
-rw-r--r-- | dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild index aef0fa73123e..26bae22effb5 100644 --- a/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild +++ b/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild @@ -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 } |