commit: 67c3c7c1d6af6073cec6c1444165354d35e64e30 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 11:54:37 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 11:54:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c3c7c1
common-lisp-common.eclass: Reorders metatada. Adds BLURB Gentoo-Bug: 624238 eclass/common-lisp-common.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index 78c6df86a8b..f67aee59dec 100644 --- a/eclass/common-lisp-common.eclass +++ b/eclass/common-lisp-common.eclass @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: common-lisp-common.eclass -# @AUTHOR: Matthew Kennedy <[email protected]> # @MAINTAINER: # Common Lisp project <[email protected]> +# @AUTHOR: Matthew Kennedy <[email protected]> +# @BLURB: eclass for installing Common Lisp packages. # @DESCRIPTION: # Sundry code common to many Common Lisp related ebuilds.
