commit: ea22b8b440220abdda41826bba40cef46d0e4c2f Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org> AuthorDate: Mon Mar 12 13:57:32 2018 +0000 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org> CommitDate: Mon Mar 12 13:58:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea22b8b4
dev-util/rustfmt: readd keyword and fix LICENSE Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org> dev-util/rustfmt/rustfmt-0.8.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rustfmt/rustfmt-0.8.6.ebuild b/dev-util/rustfmt/rustfmt-0.8.6.ebuild index edb0b372858..2e70d3c5b0a 100644 --- a/dev-util/rustfmt/rustfmt-0.8.6.ebuild +++ b/dev-util/rustfmt/rustfmt-0.8.6.ebuild @@ -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=""