commit: a9e475020befda30640e1c1bf439e8e88bf5f35d Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Oct 30 14:51:32 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Oct 30 14:51:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e47502
dev-lisp/alexandria: Clarify description Closes: https://bugs.gentoo.org/635878 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-lisp/alexandria/alexandria-20171029.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/alexandria/alexandria-20171029.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild index c5656e8f3de..dddcd4a83f7 100644 --- a/dev-lisp/alexandria/alexandria-20171029.ebuild +++ b/dev-lisp/alexandria/alexandria-20171029.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit common-lisp-3 eutils -DESCRIPTION="A collection of public domain utilities." +DESCRIPTION="A collection of portable utilities for Common Lisp" HOMEPAGE="http://common-lisp.net/project/alexandria/" if [[ ${PV} == 9999* ]] ; then inherit git-r3
