diff options
-rw-r--r-- | dev-util/rustfmt/rustfmt-0.8.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/rustfmt/rustfmt-0.8.6.ebuild b/dev-util/rustfmt/rustfmt-0.8.6.ebuild index 2e70d3c5b0ae..34cfca3fcc58 100644 --- a/dev-util/rustfmt/rustfmt-0.8.6.ebuild +++ b/dev-util/rustfmt/rustfmt-0.8.6.ebuild @@ -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="" |