From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C093D138A6C for ; Thu, 9 Apr 2015 17:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D0EBE07EA; Thu, 9 Apr 2015 17:00:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0031E07EA for ; Thu, 9 Apr 2015 17:00:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C447F3409D1 for ; Thu, 9 Apr 2015 17:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C109158EE for ; Thu, 9 Apr 2015 17:00:42 +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: <1428598823.ec3d5d89b12735d2eaf6f7f2e1057bb18b5b5d0a.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild X-VCS-Directories: dev-lisp/cl-ppcre/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ec3d5d89b12735d2eaf6f7f2e1057bb18b5b5d0a X-VCS-Branch: master Date: Thu, 9 Apr 2015 17:00:42 +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: 07a765bb-44ae-4fde-afd4-e593b3d3dae4 X-Archives-Hash: 933fce863e2b83f57b856c2329b7a66c commit: ec3d5d89b12735d2eaf6f7f2e1057bb18b5b5d0a Author: Chema Alonso gentoo org> AuthorDate: Thu Apr 9 17:00:23 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Apr 9 17:00:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ec3d5d89 dev-lisp/cl-ppcre: fix cl-ppcre-unicode install. Thanks to longlene on irc dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild index 62f2a69..3adb9d8 100644 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.9.ebuild @@ -28,7 +28,7 @@ src_unpack() { src_install() { common-lisp-install-sources *.lisp test/ - common-lisp-install-asdf + common-lisp-install-asdf ${PN} dodoc CHANGELOG dohtml doc/index.html }