diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-03-12 19:23:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-03-12 19:23:29 +0100 |
commit | 299f446a3868b273e8c35422b9827aec39c8778b (patch) | |
tree | 216ebcecd75acfdeec2837e342c23a6b4ee34ed8 /dev-util/rustfmt | |
parent | app-shells/bash-completion: Strip tests for removed vi completions (diff) | |
download | gentoo-299f446a3868b273e8c35422b9827aec39c8778b.tar.gz gentoo-299f446a3868b273e8c35422b9827aec39c8778b.tar.bz2 gentoo-299f446a3868b273e8c35422b9827aec39c8778b.zip |
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
Diffstat (limited to 'dev-util/rustfmt')
-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="" |