commit: 003da7d251a77e71df883a58b23c2a9ba6931d72
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 19:51:09 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 19:51:09 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=003da7d2
dev-lisp/terminfo: Avoids installation of linedit asdf file
dev-lisp/terminfo/terminfo-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/terminfo/terminfo-9999.ebuild
b/dev-lisp/terminfo/terminfo-9999.ebuild
index d5d9692e..7d5a8f15 100644
--- a/dev-lisp/terminfo/terminfo-9999.ebuild
+++ b/dev-lisp/terminfo/terminfo-9999.ebuild
@@ -18,5 +18,5 @@ RDEPEND="!dev-lisp/cl-${PN}
src_install() {
common-lisp-install-sources "${PN}.lisp"
- common-lisp-install-asdf
+ common-lisp-install-asdf "${PN}"
}