commit: 20ffc6f837067288142366dd1336940b4d11f81d Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Apr 21 05:19:06 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Apr 21 05:19:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ffc6f8
net-misc/gsutil: block >=oauth2client-2 for now #580690 The oauth2client-2.x release broke APIs and gsutil hasn't yet upgraded. net-misc/gsutil/gsutil-4.18.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-misc/gsutil/gsutil-4.18.ebuild b/net-misc/gsutil/gsutil-4.18.ebuild index 5722853..86367bd 100644 --- a/net-misc/gsutil/gsutil-4.18.ebuild +++ b/net-misc/gsutil/gsutil-4.18.ebuild @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +# The oauth2client-2 dep sucks. +# https://github.com/GoogleCloudPlatform/gsutil/issues/355 RDEPEND="${PYTHON_DEPS} >=dev-python/boto-2.38.0[${PYTHON_USEDEP}] >=dev-python/crcmod-1.7[${PYTHON_USEDEP}] @@ -25,6 +27,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/gcs-oauth2-boto-plugin-1.12[${PYTHON_USEDEP}] >=dev-python/google-apitools-0.5.2[${PYTHON_USEDEP}] >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}] + <dev-python/oauth2client-2 >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
