diff options
author | 2019-09-26 10:10:59 +0200 | |
---|---|---|
committer | 2019-09-26 18:35:47 +0300 | |
commit | 200f2e26afcd0c76e6b4924b49371f98ed61f2e8 (patch) | |
tree | 77f07915eaed5d416111bd0bc13f0fb0dfc12f40 /dev-libs/aws-c-event-stream | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-200f2e26afcd0c76e6b4924b49371f98ed61f2e8.tar.gz gentoo-200f2e26afcd0c76e6b4924b49371f98ed61f2e8.tar.bz2 gentoo-200f2e26afcd0c76e6b4924b49371f98ed61f2e8.zip |
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@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/13045
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/aws-c-event-stream')
-rw-r--r-- | dev-libs/aws-c-event-stream/aws-c-event-stream-0.1.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 9da16245ceea..b45aa6f30db9 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 |