dev-util/cargo: depend on recent rust
authorDirkjan Ochtman <djc@gentoo.org>
Mon, 10 Sep 2018 07:35:19 +0000 (09:35 +0200)
committerDirkjan Ochtman <djc@gentoo.org>
Mon, 10 Sep 2018 07:35:19 +0000 (09:35 +0200)
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

index cecbe816e58692afac32d6f82c590ad92d1b3bef..e5043089537445cb6410b286a31ddeea317f1a57 100644 (file)
@@ -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