commit:     6fe9cad6f5e2959783df9a7870013a13c8ef9d30
Author:     Sven Eden <sven.eden <AT> prydeworx <DOT> com>
AuthorDate: Thu Sep 17 14:31:37 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 11:25:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe9cad6

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 <AT> prydeworx.com>
Closes: https://github.com/gentoo/gentoo/pull/17576
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../{aws-sdk-cpp-1.8.46.ebuild => aws-sdk-cpp-1.8.46-r1.ebuild}     | 6 +++---
 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
similarity index 97%
rename from dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild
rename to dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild
index 2ac7c4ce773..d2d2b9d0106 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 d9d348be77d..632e0dfe194 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

Reply via email to