commit: 35df61400f902c057036be8d0a716512d95800cc Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> AuthorDate: Mon Sep 10 07:35:19 2018 +0000 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> CommitDate: Mon Sep 10 07:35:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35df6140
dev-util/cargo: depend on recent rust This hopefully prevents compilation failures to a too old compiler. Closes: https://bugs.gentoo.org/664484 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-util/cargo/cargo-0.29.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo/cargo-0.29.0.ebuild b/dev-util/cargo/cargo-0.29.0.ebuild index cecbe816e58..e5043089537 100644 --- a/dev-util/cargo/cargo-0.29.0.ebuild +++ b/dev-util/cargo/cargo-0.29.0.ebuild @@ -178,7 +178,7 @@ RDEPEND="${COMMON_DEPEND} !dev-util/cargo-bin net-misc/curl[ssl]" DEPEND="${COMMON_DEPEND} - >=virtual/rust-1.19.0 + >=virtual/rust-1.27.0 dev-util/cmake sys-apps/coreutils sys-apps/diffutils
