From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B571D139083 for ; Sun, 10 Dec 2017 19:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4BF0E0EBA; Sun, 10 Dec 2017 19:51:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C36EEE0EBA for ; Sun, 10 Dec 2017 19:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D074833BF0B for ; Sun, 10 Dec 2017 19:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A49A86A for ; Sun, 10 Dec 2017 19:51:14 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1512935469.003da7d251a77e71df883a58b23c2a9ba6931d72.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/terminfo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/terminfo/terminfo-9999.ebuild X-VCS-Directories: dev-lisp/terminfo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 003da7d251a77e71df883a58b23c2a9ba6931d72 X-VCS-Branch: master Date: Sun, 10 Dec 2017 19:51:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a1e60869-6c21-4e22-90ed-bb5e665c3817 X-Archives-Hash: d16c2111e779c2ce89f71bd4d1f28004 commit: 003da7d251a77e71df883a58b23c2a9ba6931d72 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Dec 10 19:51:09 2017 +0000 Commit: José María Alonso gentoo 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}" }