diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-07-08 13:54:37 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-07-08 13:54:37 +0200 |
commit | 67c3c7c1d6af6073cec6c1444165354d35e64e30 (patch) | |
tree | feb0b1c0c78a054b82a73452abda955e96e6dabe /eclass | |
parent | dev-ros/laser_assembler: add missing test dep, bug #624216 (diff) | |
download | gentoo-67c3c7c1d6af6073cec6c1444165354d35e64e30.tar.gz gentoo-67c3c7c1d6af6073cec6c1444165354d35e64e30.tar.bz2 gentoo-67c3c7c1d6af6073cec6c1444165354d35e64e30.zip |
common-lisp-common.eclass: Reorders metatada. Adds BLURB
Gentoo-Bug: 624238
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/common-lisp-common.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index 78c6df86a8b2..f67aee59decf 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 <mkennedy@gentoo.org> # @MAINTAINER: # Common Lisp project <common-lisp@gentoo.org> +# @AUTHOR: Matthew Kennedy <mkennedy@gentoo.org> +# @BLURB: eclass for installing Common Lisp packages. # @DESCRIPTION: # Sundry code common to many Common Lisp related ebuilds. |