From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RMGfU-0005GR-2g for garchives@archives.gentoo.org; Fri, 04 Nov 2011 10:06:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 364D221C081; Fri, 4 Nov 2011 10:06:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 040A821C081 for ; Fri, 4 Nov 2011 10:06:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 692751B4005 for ; Fri, 4 Nov 2011 10:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7E05E80052 for ; Fri, 4 Nov 2011 10:06:25 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <92465e9acc07fd31c8c3d18177a4757be39de8cf.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild X-VCS-Directories: dev-lisp/hunchentoot/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 92465e9acc07fd31c8c3d18177a4757be39de8cf Date: Fri, 4 Nov 2011 10:06:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 85205cb1-003f-4a0a-ad08-1f4e7e1a8eb7 X-Archives-Hash: 3279c417c3626f52cae464d18fdf8314 commit: 92465e9acc07fd31c8c3d18177a4757be39de8cf Author: Stelian Ionescu cddr org> AuthorDate: Fri Nov 4 09:41:55 2011 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Fri Nov 4 09:41:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/lisp.git;a=3D= commit;h=3D92465e9a dev-lisp/hunchentoot: minor tweak --- dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild b/dev-lisp/hun= chentoot/hunchentoot-1.2.1.ebuild index b5ed4f7..eadf104 100644 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild +++ b/dev-lisp/hunchentoot/hunchentoot-1.2.1.ebuild @@ -34,7 +34,7 @@ src_compile() { } =20 src_install() { - common-lisp-install-sources *.{lisp,asd} url-rewrite/ test/ + common-lisp-install-sources *.lisp url-rewrite/ test/ common-lisp-install-sources -t all www/ common-lisp-install-asdf dodoc CHANGELOG* README