commit: c72aed40d05a6944c897bfc3d2a3c9ececf0a6b7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 17:41:45 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:41:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c72aed40
dev-lisp/contextl: Removes quotes from EAPI
dev-lisp/contextl/contextl-0.61.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/contextl/contextl-0.61.ebuild
b/dev-lisp/contextl/contextl-0.61.ebuild
index 4839b9b..1bcf3cf 100644
--- a/dev-lisp/contextl/contextl-0.61.ebuild
+++ b/dev-lisp/contextl/contextl-0.61.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI=2
+
inherit common-lisp-2
MY_P=${PN}_${PV}