aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-07-26 09:22:08 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-07-26 09:22:08 +0900
commita3cd7d3bf27097d1323d61804bcf4c66933564e7 (patch)
treee210843a9df6751fe18a91d8ace553b443770ffa /app-vim
parentPrevent installer from running ldconfig(1). (diff)
downloadrust-a3cd7d3bf27097d1323d61804bcf4c66933564e7.tar.gz
rust-a3cd7d3bf27097d1323d61804bcf4c66933564e7.tar.bz2
rust-a3cd7d3bf27097d1323d61804bcf4c66933564e7.zip
Add KEYWORDS to app-{emacs,vim}/rust-mode-0.11.0.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/rust-mode/rust-mode-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/rust-mode/rust-mode-0.11.0.ebuild b/app-vim/rust-mode/rust-mode-0.11.0.ebuild
index 799178d..f549c3a 100644
--- a/app-vim/rust-mode/rust-mode-0.11.0.ebuild
+++ b/app-vim/rust-mode/rust-mode-0.11.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.rust-lang.org/"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
if [[ ${PV} != 9999 ]]; then
MY_P="rust-${PV}"