dev-util/rustfmt: readd keyword and fix LICENSE
authorDoug Goldstein <cardoe@gentoo.org>
Mon, 12 Mar 2018 13:57:32 +0000 (08:57 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Mon, 12 Mar 2018 13:58:15 +0000 (08:58 -0500)
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
dev-util/rustfmt/rustfmt-0.8.6.ebuild

index edb0b37285826195b59449e2aa219ddc64dfb098..2e70d3c5b0aef6724b3d0dc4ce66d8d9296b3cd2 100644 (file)
@@ -57,9 +57,9 @@ 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=""