commit: 29fc0ba2803315b9f97b3de006a01398ab42c37f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 21:41:20 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat May 16 21:41:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=29fc0ba2
dev-lisp/cffi: fix copyright line in live ebuild. (BTW, previous commit is
mine, somehow I lost my configuration, sorry)
dev-lisp/cffi/cffi-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/cffi/cffi-9999.ebuild b/dev-lisp/cffi/cffi-9999.ebuild
index be57428..ecbf82f 100644
--- a/dev-lisp/cffi/cffi-9999.ebuild
+++ b/dev-lisp/cffi/cffi-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
+
inherit common-lisp-3 git-2
MY_P=${PN}_${PV}