From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D542513835A for ; Mon, 28 Sep 2020 11:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C8EE0863; Mon, 28 Sep 2020 11:34:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0556E085B for ; Mon, 28 Sep 2020 11:34:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E104F33D3C1 for ; Mon, 28 Sep 2020 11:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D8C386 for ; Mon, 28 Sep 2020 11:34:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601292305.6fe9cad6f5e2959783df9a7870013a13c8ef9d30.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-sdk-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild dev-libs/aws-sdk-cpp/metadata.xml X-VCS-Directories: dev-libs/aws-sdk-cpp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6fe9cad6f5e2959783df9a7870013a13c8ef9d30 X-VCS-Branch: master Date: Mon, 28 Sep 2020 11:34:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 277d5652-a6c1-4a3d-9a7c-7ea843c93c9d X-Archives-Hash: 053e8bd81130434ff96eb6fd9df3ec85 commit: 6fe9cad6f5e2959783df9a7870013a13c8ef9d30 Author: Sven Eden prydeworx com> AuthorDate: Thu Sep 17 14:31:37 2020 +0000 Commit: Joonas Niilola gentoo 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 prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/17576 Signed-off-by: Joonas Niilola 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 Quickly deploy and manage applications in the AWS Cloud. - + 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