public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-sdk-cpp/
Date: Mon, 28 Sep 2020 11:34:30 +0000 (UTC)	[thread overview]
Message-ID: <1601292305.6fe9cad6f5e2959783df9a7870013a13c8ef9d30.juippis@gentoo> (raw)

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	other threads:[~2020-09-28 11:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 11:34 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-30 18:01 [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-sdk-cpp/ Mikle Kolyada
2020-09-15 11:49 Joonas Niilola
2020-08-24 17:45 Jonas Stein
2019-09-25  2:58 Joonas Niilola
2019-09-24 13:11 Joonas Niilola
2019-09-24 12:50 Joonas Niilola
2019-09-23 18:51 Joonas Niilola
2019-09-20 15:36 Joonas Niilola
2019-09-20 15:36 Joonas Niilola
2018-08-21  8:31 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601292305.6fe9cad6f5e2959783df9a7870013a13c8ef9d30.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox