diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-10-18 17:40:56 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-10-18 17:40:56 +0800 |
commit | 1043dc59748d9a8af9f5e8856df8295c4d5d13c2 (patch) | |
tree | 5835e891662bdfa6f2658bcddac0277fa7a44470 /app-admin | |
parent | [app-admin/google-compute-engine] Depends on boto3 (diff) | |
download | pigfoot-1043dc59748d9a8af9f5e8856df8295c4d5d13c2.tar.gz pigfoot-1043dc59748d9a8af9f5e8856df8295c4d5d13c2.tar.bz2 pigfoot-1043dc59748d9a8af9f5e8856df8295c4d5d13c2.zip |
[app-admin/google-compute-engine] Revert to boto
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/google-compute-engine/google-compute-engine-2.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/google-compute-engine/google-compute-engine-2.2.4.ebuild b/app-admin/google-compute-engine/google-compute-engine-2.2.4.ebuild index 7ff78e0..a590b4d 100644 --- a/app-admin/google-compute-engine/google-compute-engine-2.2.4.ebuild +++ b/app-admin/google-compute-engine/google-compute-engine-2.2.4.ebuild @@ -20,7 +20,7 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - dev-python/boto3[${PYTHON_USEDEP}] + dev-python/boto[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} |