aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-02-16 09:39:25 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-02-16 09:39:38 -0600
commit7a4772ae013d5fbb45a06be2a65f6f6c6f0018e3 (patch)
tree1ade218342b3778e00f490079d56cc781b74554a /app-vim
parentMerge pull request #78 from williamh/no-local-rust-path (diff)
downloadrust-7a4772ae013d5fbb45a06be2a65f6f6c6f0018e3.tar.gz
rust-7a4772ae013d5fbb45a06be2a65f6f6c6f0018e3.tar.bz2
rust-7a4772ae013d5fbb45a06be2a65f6f6c6f0018e3.zip
Do not quote the EAPI value
The EAPI value doesn't need to be quoted since it doesn't include spaces.
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild2
-rw-r--r--app-vim/rust-mode/rust-mode-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild b/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild
index 2ae27c1..edf080d 100644
--- a/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild
+++ b/app-vim/rust-mode/rust-mode-1.0.0_alpha.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit vim-plugin
diff --git a/app-vim/rust-mode/rust-mode-9999.ebuild b/app-vim/rust-mode/rust-mode-9999.ebuild
index 01a6d83..ed78891 100644
--- a/app-vim/rust-mode/rust-mode-9999.ebuild
+++ b/app-vim/rust-mode/rust-mode-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit vim-plugin git-r3