dev-util/rustfmt: [QA] Fix header, DEPEND, remove mirror restriction.
authorUlrich Müller <ulm@gentoo.org>
Mon, 12 Mar 2018 18:23:29 +0000 (19:23 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 12 Mar 2018 18:23:29 +0000 (19:23 +0100)
Bug: https://bugs.gentoo.org/611542
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-util/rustfmt/rustfmt-0.8.6.ebuild

index 2e70d3c5b0aef6724b3d0dc4ce66d8d9296b3cd2..34cfca3fcc58d678f0ae00d1d2b0d771dadb3f39 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2017-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.1.5
@@ -56,11 +56,11 @@ inherit cargo
 DESCRIPTION="Tool to find and fix Rust formatting issues"
 HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt"
 SRC_URI="$(cargo_crate_uris ${CRATES})"
-RESTRICT="mirror"
+
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND=">=dev-lang/rust-1.8.0"
 RDEPEND=""