commit: fcd30dda5972cb349218ba7359cd40a5302a6332 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Apr 26 03:53:03 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Apr 26 04:47:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd30dda
base/package.use.mask: unmask clippy for >=rust-bin-1.34.1 Bug: https://bugs.gentoo.org/667286 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/base/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0c8a876b8a1..65b37d99138 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -127,7 +127,7 @@ app-misc/tracker firefox-bookmarks thunderbird # Dirkjan Ochtman <[email protected]> (29 Sep 2018) # Clippy is broken for now, can't find libraries (bug 667286) <dev-lang/rust-1.29.2 clippy -dev-lang/rust-bin clippy +<dev-lang/rust-bin-1.34.1 clippy # Virgil Dupras <[email protected]> (26 Sep 2018) # Server feature in paramiko is patched out for security reasons. It can
