diff options
author | 2017-02-03 17:05:17 +0000 | |
---|---|---|
committer | 2017-02-05 05:18:03 +0000 | |
commit | d656b6d1ca11a70c8c47fb326e16bd3564006518 (patch) | |
tree | ba7e73c14e8801a01091aba5d7238d77ac5171fc /sci-misc/openfst | |
parent | Drop all trailing whitespaces (diff) | |
download | sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.tar.gz sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.tar.bz2 sci-d656b6d1ca11a70c8c47fb326e16bd3564006518.zip |
Drop quoting form EAPI
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/openfst')
-rw-r--r-- | sci-misc/openfst/openfst-1.3.4.ebuild | 2 | ||||
-rw-r--r-- | sci-misc/openfst/openfst-1.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild index fa1cf9fcb..5512bd035 100644 --- a/sci-misc/openfst/openfst-1.3.4.ebuild +++ b/sci-misc/openfst/openfst-1.3.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 inherit eutils flag-o-matic multilib diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild index 499404403..f35443c92 100644 --- a/sci-misc/openfst/openfst-1.4.1.ebuild +++ b/sci-misc/openfst/openfst-1.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 inherit eutils |