commit: 6d788043d355bdb4bfda24eb02b1fb2b8b1e3724
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:45:05 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:45:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6d788043
-dev-lisp/closer-mop: Removes quotes from EAPI
dev-lisp/closer-mop/closer-mop-0.61.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/closer-mop/closer-mop-0.61.ebuild
b/dev-lisp/closer-mop/closer-mop-0.61.ebuild
index 405529d..1692dcc 100644
--- a/dev-lisp/closer-mop/closer-mop-0.61.ebuild
+++ b/dev-lisp/closer-mop/closer-mop-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}