summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-13 12:51:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-13 12:56:56 +0200
commit50b966f6289f5953d3f71ff579e0340456d196c1 (patch)
tree3262641a93172045b3d11ed6e3b1ae4dd4302033 /dev-libs/aws-c-io
parentdev-libs/aws-sdk-cpp: Remove obsolete ebuild (diff)
downloadgentoo-50b966f6289f5953d3f71ff579e0340456d196c1.tar.gz
gentoo-50b966f6289f5953d3f71ff579e0340456d196c1.tar.bz2
gentoo-50b966f6289f5953d3f71ff579e0340456d196c1.zip
dev-libs/aws-c-io: fix description
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-io')
-rw-r--r--dev-libs/aws-c-io/aws-c-io-0.7.0.ebuild8
1 files 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 9418e8ca2f4a..e3fbefde1310 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="