diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-16 09:39:25 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-16 09:39:38 -0600 |
commit | 7a4772ae013d5fbb45a06be2a65f6f6c6f0018e3 (patch) | |
tree | 1ade218342b3778e00f490079d56cc781b74554a /app-emacs | |
parent | Merge pull request #78 from williamh/no-local-rust-path (diff) | |
download | rust-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-emacs')
-rw-r--r-- | app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/rust-mode/rust-mode-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild b/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild index 981418b..601b5f1 100644 --- a/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild +++ b/app-emacs/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 elisp diff --git a/app-emacs/rust-mode/rust-mode-9999.ebuild b/app-emacs/rust-mode/rust-mode-9999.ebuild index 9a1d084..c07a34b 100644 --- a/app-emacs/rust-mode/rust-mode-9999.ebuild +++ b/app-emacs/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 elisp git-r3 |