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 0825C1382C5 for ; Thu, 17 Dec 2020 15:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319BCE08BB; Thu, 17 Dec 2020 15:04:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 16E0CE08BB for ; Thu, 17 Dec 2020 15:04:57 +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 2611E3411CC for ; Thu, 17 Dec 2020 15:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5C55C8 for ; Thu, 17 Dec 2020 15:04:53 +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: <1608217483.1c96b28705c68321c619c8c4929e43a6040c9d0d.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-r1.ebuild 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: 1c96b28705c68321c619c8c4929e43a6040c9d0d X-VCS-Branch: master Date: Thu, 17 Dec 2020 15:04:53 +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: 4cbd0753-c781-4581-8479-dc204357bfbf X-Archives-Hash: fcc4df4f80a2c50c97c1e4f04e8cf1f1 commit: 1c96b28705c68321c619c8c4929e43a6040c9d0d Author: Sven Eden prydeworx com> AuthorDate: Mon Dec 14 19:52:12 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 17 15:04:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c96b287 dev-libs/aws-c-event-stream: Add missing dev-libs/aws-c-io dep Closes: https://bugs.gentoo.org/759805 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/18654 Signed-off-by: Joonas Niilola gentoo.org> ...ws-c-event-stream-0.2.5.ebuild => aws-c-event-stream-0.2.5-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) 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-r1.ebuild similarity index 95% rename from dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5.ebuild rename to dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.5-r1.ebuild index 57f763c252a..8aada917d7d 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-r1.ebuild @@ -25,6 +25,7 @@ BDEPEND=" DEPEND=" >=dev-libs/aws-c-common-0.4.62:=[static-libs=] + >=dev-libs/aws-c-io-0.7.0:=[static-libs=] >=dev-libs/aws-checksums-0.1.10:=[static-libs=] "