From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-915061-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 877051395E2
	for <garchives@archives.gentoo.org>; Sun,  4 Dec 2016 17:41:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A60B621C03C;
	Sun,  4 Dec 2016 17:41:50 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8656D21C03C
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 17:41:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 423E0341142
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 17:41:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D8BA624A2
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2016 17:41:47 +0000 (UTC)
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" <nimiux@gentoo.org>
Message-ID: <1480873305.c72aed40d05a6944c897bfc3d2a3c9ececf0a6b7.nimiux@gentoo>
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
X-VCS-Repository: proj/lisp
X-VCS-Files: dev-lisp/contextl/contextl-0.61.ebuild
X-VCS-Directories: dev-lisp/contextl/
X-VCS-Committer: nimiux
X-VCS-Committer-Name: José María Alonso
X-VCS-Revision: c72aed40d05a6944c897bfc3d2a3c9ececf0a6b7
X-VCS-Branch: master
Date: Sun,  4 Dec 2016 17:41:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 534599f6-2fa0-4cdb-b413-666b8dbb6cde
X-Archives-Hash: 663b2a1836b7a667c2fa06301d7bd3e5

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}