diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:08:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:13 +0000 |
commit | 0245b40bd99976466f4f70086962c3f5c8a7d182 (patch) | |
tree | 1b55ed5ef4da7e5dd4b583465a2cd3ba836ec62f /dev-lisp/clx | |
parent | dev-lisp/cl-unicode: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-0245b40bd99976466f4f70086962c3f5c8a7d182.tar.gz gentoo-0245b40bd99976466f4f70086962c3f5c8a7d182.tar.bz2 gentoo-0245b40bd99976466f4f70086962c3f5c8a7d182.zip |
dev-lisp/clx: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/clx')
-rw-r--r-- | dev-lisp/clx/clx-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5.ebuild index fa078123a738..06e69d160335 100644 --- a/dev-lisp/clx/clx-0.7.5.ebuild +++ b/dev-lisp/clx/clx-0.7.5.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit common-lisp-3 -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL." +DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL" HOMEPAGE="http://www.cliki.net/CLX" SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz" |