diff options
Diffstat (limited to 'dev-util/rustfmt/rustfmt-0.5.0.ebuild')
-rw-r--r-- | dev-util/rustfmt/rustfmt-0.5.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/rustfmt/rustfmt-0.5.0.ebuild b/dev-util/rustfmt/rustfmt-0.5.0.ebuild index 9c3a89dc0ac0..4ccf2c0b1711 100644 --- a/dev-util/rustfmt/rustfmt-0.5.0.ebuild +++ b/dev-util/rustfmt/rustfmt-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,6 @@ 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" |