commit: 200f2e26afcd0c76e6b4924b49371f98ed61f2e8 Author: Sven Eden <yamakuzure <AT> gmx <DOT> net> AuthorDate: Thu Sep 26 08:10:59 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Sep 26 15:35:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200f2e26
dev-libs/aws-c-event-stream: Fix dependencies (#695206) 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 <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13045 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 index 9da16245cee..b45aa6f30db 100644 --- 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 @@ -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
