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 EDF081381F3 for ; Thu, 4 Apr 2013 19:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8248CE0757; Thu, 4 Apr 2013 19:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E85AE0757 for ; Thu, 4 Apr 2013 19:10:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C264733DD71 for ; Thu, 4 Apr 2013 19:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5DF33E4073 for ; Thu, 4 Apr 2013 19:10:47 +0000 (UTC) From: "Stelian Ionescu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stelian Ionescu" Message-ID: <1365102634.487ca18539f6f6fc0496854434652412d926d346.fenlix@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: eclass/ X-VCS-Repository: proj/lisp X-VCS-Files: eclass/common-lisp-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: fenlix X-VCS-Committer-Name: Stelian Ionescu X-VCS-Revision: 487ca18539f6f6fc0496854434652412d926d346 X-VCS-Branch: master Date: Thu, 4 Apr 2013 19:10:47 +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: 162c8561-98e1-43bb-ae02-afbf0381e193 X-Archives-Hash: 2b74f6e8430216e9b86e7e7e3986a2bb commit: 487ca18539f6f6fc0496854434652412d926d346 Author: Stelian Ionescu cddr org> AuthorDate: Thu Apr 4 19:10:34 2013 +0000 Commit: Stelian Ionescu cddr org> CommitDate: Thu Apr 4 19:10:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=487ca185 common-lisp-3.eclass: move virtual/common-lisp to PDEPEND --- eclass/common-lisp-3.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 5fd7d24..52160cc 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -34,7 +34,7 @@ CLSYSTEMROOT="${ROOT%/}"/usr/share/common-lisp/systems # Default package name. To override, set these after inheriting this eclass. CLPACKAGE="${PN}" -RDEPEND="virtual/commonlisp" +PDEPEND="virtual/commonlisp" EXPORT_FUNCTIONS src_compile src_install