summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-30 16:39:18 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-30 16:39:18 +0000
commitacc22f28f7094d08f46618767fd72405c3ac7146 (patch)
treee9c85210099147bed1d94fb0969fcb52c8cbca9d /net-misc/gsutil/gsutil-4.5.ebuild
parentAdd missing PYTHON_USEDEPs. (diff)
downloadgentoo-2-acc22f28f7094d08f46618767fd72405c3ac7146.tar.gz
gentoo-2-acc22f28f7094d08f46618767fd72405c3ac7146.tar.bz2
gentoo-2-acc22f28f7094d08f46618767fd72405c3ac7146.zip
Add missing PYTHON_USEDEPs.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-misc/gsutil/gsutil-4.5.ebuild')
-rw-r--r--net-misc/gsutil/gsutil-4.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gsutil/gsutil-4.5.ebuild b/net-misc/gsutil/gsutil-4.5.ebuild
index b4396cc7c5d2..d3a4431bcb18 100644
--- a/net-misc/gsutil/gsutil-4.5.ebuild
+++ b/net-misc/gsutil/gsutil-4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-4.5.ebuild,v 1.1 2014/08/20 04:21:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsutil/gsutil-4.5.ebuild,v 1.2 2014/11/30 16:39:18 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
>=dev-python/boto-2.30.0[${PYTHON_USEDEP}]
- >=dev-python/crcmod-1.7
+ >=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
>=dev-python/gcs-oauth2-boto-plugin-1.7[${PYTHON_USEDEP}]