From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EA6D3139694 for ; Fri, 7 Jul 2017 10:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63BA2234075; Fri, 7 Jul 2017 10:41:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4406A234075 for ; Fri, 7 Jul 2017 10:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76F6734170B for ; Fri, 7 Jul 2017 10:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15FE97478 for ; Fri, 7 Jul 2017 10:41:15 +0000 (UTC) From: "José María Alonso" 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" Message-ID: <1499424082.2aa07a90ab0f80b4e7e8512470559b260c0111f5.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-yacc/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-yacc/cl-yacc-0.3.ebuild X-VCS-Directories: dev-lisp/cl-yacc/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2aa07a90ab0f80b4e7e8512470559b260c0111f5 X-VCS-Branch: master Date: Fri, 7 Jul 2017 10:41:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e95b98f-cf4b-42b9-9dda-c8e8256001a1 X-Archives-Hash: 0d132d7629f8345efb7d310a87144d35 commit: 2aa07a90ab0f80b4e7e8512470559b260c0111f5 Author: Chema Alonso Josa gentoo org> AuthorDate: Fri Jul 7 10:41:22 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 7 10:41:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2aa07a90 dev-lisp/cl-yacc: Updates header and EAPI dev-lisp/cl-yacc/cl-yacc-0.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild index d351a7db..d796df90 100644 --- a/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild +++ b/dev-lisp/cl-yacc/cl-yacc-0.3.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 inherit common-lisp-3