commit:     50b966f6289f5953d3f71ff579e0340456d196c1
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 10:51:30 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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.0
-            >dev-util/cmake-3.19.1 )
+       || (
+               >dev-util/cmake-3.19.1
+               <dev-util/cmake-3.19.0
+       )
 "
 
 DEPEND="

Reply via email to