commit: b2c2eddbfdcc2f3e6dbccdb99b13f45d3c2f74ad Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Jul 24 23:35:34 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Jul 24 23:36:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c2eddb
dev-lang/rust: depend on curl[http2] No revbump, spare users a rebuild. Bug: https://bugs.gentoo.org/732222 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-lang/rust/rust-1.45.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.45.0.ebuild b/dev-lang/rust/rust-1.45.0.ebuild index 12fe630a0da..35ad9a5d313 100644 --- a/dev-lang/rust/rust-1.45.0.ebuild +++ b/dev-lang/rust/rust-1.45.0.ebuild @@ -78,7 +78,7 @@ DEPEND=" >=dev-libs/libgit2-0.99:= net-libs/libssh2:= net-libs/http-parser:= - net-misc/curl:=[ssl] + net-misc/curl:=[http2,ssl] sys-libs/zlib:= !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )
