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 29B3D13835A for ; Sun, 13 Dec 2020 11:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 682ADE0C78; Sun, 13 Dec 2020 11:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 534D7E0C78 for ; Sun, 13 Dec 2020 11:00:23 +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 899FE34113C for ; Sun, 13 Dec 2020 11:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA0B5D for ; Sun, 13 Dec 2020 11:00:19 +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: <1607857016.50b966f6289f5953d3f71ff579e0340456d196c1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-io/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild X-VCS-Directories: dev-libs/aws-c-io/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 50b966f6289f5953d3f71ff579e0340456d196c1 X-VCS-Branch: master Date: Sun, 13 Dec 2020 11:00:19 +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: b5a2d6dd-e228-40d4-9ec4-bd613faf5156 X-Archives-Hash: e82029c91705eb42b9931c36e69048a7 commit: 50b966f6289f5953d3f71ff579e0340456d196c1 Author: Joonas Niilola gentoo org> AuthorDate: Sun Dec 13 10:51:30 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Dec 13 10:56:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b966f6 dev-libs/aws-c-io: fix description Signed-off-by: Joonas Niilola gentoo.org> dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild b/dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild index 9418e8ca2f4..e3fbefde131 100644 --- a/dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild +++ b/dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="AWS SDK for C module, handles IO and TLS work for application protocols." +DESCRIPTION="AWS SDK for C module, handles IO and TLS work for application protocols" HOMEPAGE="https://github.com/awslabs/aws-c-io" SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -17,8 +17,10 @@ IUSE="static-libs test" RESTRICT="!test? ( test )" BDEPEND=" - || ( dev-util/cmake-3.19.1 ) + || ( + >dev-util/cmake-3.19.1 +