From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7FE1B1397E9 for ; Tue, 18 Aug 2015 21:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21E2FE088A; Tue, 18 Aug 2015 21:19:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7D71E088A for ; Tue, 18 Aug 2015 21:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5FCC3409E6 for ; Tue, 18 Aug 2015 21:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BC9E124 for ; Tue, 18 Aug 2015 21:19:34 +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: <1439932813.88f4f0e58abd9db06c29ae6aad0bf278e985434c.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsll/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/gsll/gsll-9999.ebuild X-VCS-Directories: dev-lisp/gsll/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 88f4f0e58abd9db06c29ae6aad0bf278e985434c X-VCS-Branch: master Date: Tue, 18 Aug 2015 21:19:34 +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: befede4e-2cad-4f33-af8a-083d1ee761b0 X-Archives-Hash: 0ef2b65609cdd80a04336b549692d4d8 commit: 88f4f0e58abd9db06c29ae6aad0bf278e985434c Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Aug 18 21:20:13 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Aug 18 21:20:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=88f4f0e5 dev-lisp/gsll: Use git-2 eclass (bug #557710) dev-lisp/gsll/gsll-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/gsll/gsll-9999.ebuild b/dev-lisp/gsll/gsll-9999.ebuild index 9a12988..b327934 100644 --- a/dev-lisp/gsll/gsll-9999.ebuild +++ b/dev-lisp/gsll/gsll-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" -inherit common-lisp-2 git +inherit common-lisp-2 git-2 DESCRIPTION="Common Lisp interface to the GNU Scientific Library." HOMEPAGE="http://common-lisp.net/project/gsll/"