commit: 2ddf0d44c8167879aac1d0502ff3404324845762 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Mon Oct 30 14:48:36 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Mon Oct 30 14:48:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2ddf0d44
dev-lisp/alexandria: Clarify description dev-lisp/alexandria/alexandria-20171029.ebuild | 2 +- dev-lisp/alexandria/alexandria-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lisp/alexandria/alexandria-20171029.ebuild b/dev-lisp/alexandria/alexandria-20171029.ebuild index c5656e8f..dddcd4a8 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 diff --git a/dev-lisp/alexandria/alexandria-99999999.ebuild b/dev-lisp/alexandria/alexandria-99999999.ebuild index 960fcb00..328f4c8d 100644 --- a/dev-lisp/alexandria/alexandria-99999999.ebuild +++ b/dev-lisp/alexandria/alexandria-99999999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit common-lisp-3 git-r3 eutils -DESCRIPTION="A collection of public domain utilities." +DESCRIPTION="A collection of portable utilities for Common Lisp" HOMEPAGE="http://common-lisp.net/project/alexandria/" EGIT_REPO_URI="https://gitlab.common-lisp.net/alexandria/alexandria.git"
