summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-03-05 23:58:05 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-03-05 23:58:05 +0000
commit9c1222e05b62797ca8732a6e8bf9d0b82dfde63e (patch)
tree196ddb59959e93b4790a5f1581c1885a665dcd59 /dev-util
parentmedia-fonts/comic-neue: Version bump to 2.3 (diff)
downloadgentoo-9c1222e05b62797ca8732a6e8bf9d0b82dfde63e.tar.gz
gentoo-9c1222e05b62797ca8732a6e8bf9d0b82dfde63e.tar.bz2
gentoo-9c1222e05b62797ca8732a6e8bf9d0b82dfde63e.zip
dev-util/rustfmt: fix LICENSE syntax and restore x86 keyword, bug #611542
While at it dropped RETRICT=mirror. Bug: https://bugs.gentoo.org/611542 Reported-by: Ulrich Müller Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rustfmt/rustfmt-0.5.0.ebuild3
-rw-r--r--dev-util/rustfmt/rustfmt-0.6.3.ebuild10
2 files changed, 6 insertions, 7 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"
diff --git a/dev-util/rustfmt/rustfmt-0.6.3.ebuild b/dev-util/rustfmt/rustfmt-0.6.3.ebuild
index 598c380546c7..bb7b0a5a35f7 100644
--- a/dev-util/rustfmt/rustfmt-0.6.3.ebuild
+++ b/dev-util/rustfmt/rustfmt-0.6.3.ebuild
@@ -1,4 +1,5 @@
-# Auto-Generated by cargo-ebuild 0.1.3
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,11 +40,10 @@ 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="Apache-2.0/MIT" # Update to proper Gentoo format
+LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
+DEPEND=">=dev-lang/rust-1.8.0"
RDEPEND=""