dev-libs/aws-c-event-stream: Fix dependencies (#695206)
authorSven Eden <yamakuzure@gmx.net>
Thu, 26 Sep 2019 08:10:59 +0000 (10:10 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Thu, 26 Sep 2019 15:35:47 +0000 (18:35 +0300)
Unfortunately I forgot to add dev-libs/aws-checksums to the list of
dependencies.
This is explicitly not a revision bump, as this would cause rebuilds
for everybody who has already merged this successfully.

Bug: https://bugs.gentoo.org/695206
Closes: https://bugs.gentoo.org/695206
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sven Eden <yamakuzure@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13045
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild

index 9da16245ceea66ff2793db2dee8f0f7d8b9cbc29..b45aa6f30db94a41edd9d4431af451e28620eb1e 100644 (file)
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 
-DEPEND="dev-libs/aws-c-common"
+DEPEND="
+       dev-libs/aws-c-common
+       dev-libs/aws-checksums
+"
 
 PATCHES=(
        "${FILESDIR}"/${PV}-add_missing_cmake_install_prefix.patch