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 D805F1382C5 for ; Sun, 13 Dec 2020 11:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 350BBE0CB6; Sun, 13 Dec 2020 11:00:25 +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 1E906E0CB8 for ; Sun, 13 Dec 2020 11:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16572341047 for ; Sun, 13 Dec 2020 11:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 444AB66 for ; Sun, 13 Dec 2020 11:00:20 +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: <1607857190.02fe83095501ee1ee273f70d9bd3373e9f226f23.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-event-stream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild X-VCS-Directories: dev-libs/aws-c-event-stream/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 02fe83095501ee1ee273f70d9bd3373e9f226f23 X-VCS-Branch: master Date: Sun, 13 Dec 2020 11:00:20 +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: 755a61b7-4226-490b-bdb5-da4ed60b0093 X-Archives-Hash: 854abc74a003aa711a219dce76ef12f9 commit: 02fe83095501ee1ee273f70d9bd3373e9f226f23 Author: Joonas Niilola gentoo org> AuthorDate: Sun Dec 13 10:58:31 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Dec 13 10:59:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fe8309 dev-libs/aws-c-event-stream: WhitespaceFound Signed-off-by: Joonas Niilola gentoo.org> dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild index b18b4fb8243..57f763c252a 100644 --- a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild +++ b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild @@ -17,8 +17,10 @@ IUSE="static-libs test" RESTRICT="!test? ( test )" BDEPEND=" - || ( dev-util/cmake-3.19.1 ) + || ( + >dev-util/cmake-3.19.1 +