commit: 299f446a3868b273e8c35422b9827aec39c8778b Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Mar 12 18:23:29 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Mar 12 18:23:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299f446a
dev-util/rustfmt: [QA] Fix header, DEPEND, remove mirror restriction. Bug: https://bugs.gentoo.org/611542 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/rustfmt/rustfmt-0.8.6.ebuild | 6 +++--- 1 file 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 2e70d3c5b0a..34cfca3fcc5 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=""