commit: 605f04cdd403b3d2ec176a9a209689b249295094 Author: Christopher Mansfield <chris <AT> mansfieldfamily <DOT> me> AuthorDate: Sat Feb 3 19:13:36 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 17:20:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605f04cd
dev-util/cargo: sort keywords alphabetically. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/cargo/cargo-0.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo/cargo-0.24.0.ebuild b/dev-util/cargo/cargo-0.24.0.ebuild index bdf5ff589d9..1c14762d27f 100644 --- a/dev-util/cargo/cargo-0.24.0.ebuild +++ b/dev-util/cargo/cargo-0.24.0.ebuild @@ -151,7 +151,7 @@ SRC_URI="https://github.com/rust-lang/cargo/archive/${PV}.tar.gz -> ${P}.tar.gz RESTRICT="mirror" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc libressl"
