Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-event-stream/
Date: Thu, 26 Sep 2019 15:51:19
Message-Id: 1569512147.200f2e26afcd0c76e6b4924b49371f98ed61f2e8.juippis@gentoo
1 commit: 200f2e26afcd0c76e6b4924b49371f98ed61f2e8
2 Author: Sven Eden <yamakuzure <AT> gmx <DOT> net>
3 AuthorDate: Thu Sep 26 08:10:59 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 15:35:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200f2e26
7
8 dev-libs/aws-c-event-stream: Fix dependencies (#695206)
9
10 Unfortunately I forgot to add dev-libs/aws-checksums to the list of
11 dependencies.
12 This is explicitly not a revision bump, as this would cause rebuilds
13 for everybody who has already merged this successfully.
14
15 Bug: https://bugs.gentoo.org/695206
16 Closes: https://bugs.gentoo.org/695206
17 Package-Manager: Portage-2.3.76, Repoman-2.3.17
18 Signed-off-by: Sven Eden <yamakuzure <AT> gmx.net>
19 Closes: https://github.com/gentoo/gentoo/pull/13045
20 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
21
22 dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild | 5 ++++-
23 1 file changed, 4 insertions(+), 1 deletion(-)
24
25 diff --git a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild
26 index 9da16245cee..b45aa6f30db 100644
27 --- a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild
28 +++ b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild
29 @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86"
30
31 IUSE="test"
32
33 -DEPEND="dev-libs/aws-c-common"
34 +DEPEND="
35 + dev-libs/aws-c-common
36 + dev-libs/aws-checksums
37 +"
38
39 PATCHES=(
40 "${FILESDIR}"/${PV}-add_missing_cmake_install_prefix.patch