diff options
author | Sven Eden <sven.eden@prydeworx.com> | 2020-09-17 16:31:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-28 14:25:05 +0300 |
commit | 6fe9cad6f5e2959783df9a7870013a13c8ef9d30 (patch) | |
tree | 78af4412867e467deb4ced654788cd52a5d80772 /dev-libs/aws-sdk-cpp | |
parent | dev-libs/aws-c-event-stream: Version Bump to 0.1.6 plus two fixes (diff) | |
download | gentoo-6fe9cad6f5e2959783df9a7870013a13c8ef9d30.tar.gz gentoo-6fe9cad6f5e2959783df9a7870013a13c8ef9d30.tar.bz2 gentoo-6fe9cad6f5e2959783df9a7870013a13c8ef9d30.zip |
dev-libs/aws-sdk-cpp: Fixed dependencies and a typo
* Depend on
* >=dev-libs/aws-c-common-0.4.26 and
* >=dev-libs/aws-c-event-stream-0.1.6
The latter is needed for the test suite to succeed.
* A dash was missing, and thus the elastic-inference module could not
be activated. Instead, setting USE="elasticinference" lead to the
configure stage to fail.
Bug: https://bugs.gentoo.org/742650
Closes: https://bugs.gentoo.org/742650
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Closes: https://github.com/gentoo/gentoo/pull/17576
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/aws-sdk-cpp')
-rw-r--r-- | dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild (renamed from dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild) | 6 | ||||
-rw-r--r-- | dev-libs/aws-sdk-cpp/metadata.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild b/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild index 2ac7c4ce7732..d2d2b9d01067 100644 --- a/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild +++ b/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" MODULES=( access-management apigateway appconfig backup batch budgets chime cloud-desktop cloud-dev cloud-media cloud-mobile cloudformation cloudfront cloudhsm cloudsearch cloudwatch cognito config dlm ebs ec2 ecr ecs eks - elasticache elasticbeanstalk elasticinference elasticloadbalancing elasticmapreduce email es events forecast + elasticache elasticbeanstalk elastic-inference elasticloadbalancing elasticmapreduce email es events forecast frauddetector fsx globalaccelerator iot kendra kinesis kms lambda lex license-manager lightsail machinelearning macie managedblockchain marketplace networkmanager opsworks organizations other outposts personalize polly qldb queues rds rekognition resource-groups route53 s3 sagemaker secretsmanager securityhub serverlessrepo shield sns @@ -36,9 +36,9 @@ DEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - dev-libs/aws-c-common + >=dev-libs/aws-c-common-0.4.26:=[static-libs=] dev-libs/aws-checksums - dev-libs/aws-c-event-stream + >=dev-libs/aws-c-event-stream-0.1.6:=[static-libs=] sys-libs/zlib " RDEPEND=" diff --git a/dev-libs/aws-sdk-cpp/metadata.xml b/dev-libs/aws-sdk-cpp/metadata.xml index d9d348be77d8..632e0dfe1944 100644 --- a/dev-libs/aws-sdk-cpp/metadata.xml +++ b/dev-libs/aws-sdk-cpp/metadata.xml @@ -206,7 +206,7 @@ Set up, manage, and scale distributed in-memory cache environments in the AWS Cloud </flag> <flag name="elasticbeanstalk">Quickly deploy and manage applications in the AWS Cloud.</flag> - <flag name="elasticinference"> + <flag name="elastic-inference"> Amazon Elastic Inference is a service that allows you to attach low-cost GPU-powered acceleration to many Amazon machine instances in order to reduce the cost of running deep learning inference by up to 75%. Amazon Elastic Inference supports TensorFlow, Apache MXNet, and |