diff options
author | OGINO Masanori <masanori.ogino@gmail.com> | 2014-07-26 09:22:08 +0900 |
---|---|---|
committer | OGINO Masanori <masanori.ogino@gmail.com> | 2014-07-26 09:22:08 +0900 |
commit | a3cd7d3bf27097d1323d61804bcf4c66933564e7 (patch) | |
tree | e210843a9df6751fe18a91d8ace553b443770ffa /app-emacs | |
parent | Prevent installer from running ldconfig(1). (diff) | |
download | rust-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-emacs')
-rw-r--r-- | app-emacs/rust-mode/rust-mode-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/rust-mode/rust-mode-0.11.0.ebuild b/app-emacs/rust-mode/rust-mode-0.11.0.ebuild index 79b7f85..eb5eea0 100644 --- a/app-emacs/rust-mode/rust-mode-0.11.0.ebuild +++ b/app-emacs/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}" |