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 63C5F1381F3 for ; Mon, 6 May 2013 04:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51A06E09B7; Mon, 6 May 2013 04:39:30 +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 B93C7E089E for ; Mon, 6 May 2013 04:39:29 +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 D65F233DF8E for ; Mon, 6 May 2013 04:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4FB07E4C3B for ; Mon, 6 May 2013 04:39:26 +0000 (UTC) From: "Jesus Rivero" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jesus Rivero" Message-ID: <1367812147.68ecb175ef810bb245c4eed8f67c6d34589b981b.neurogeek@gentoo> Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/minimatch/ X-VCS-Repository: dev/neurogeek X-VCS-Files: dev-nodejs/minimatch/minimatch-0.2.12.ebuild X-VCS-Directories: dev-nodejs/minimatch/ X-VCS-Committer: neurogeek X-VCS-Committer-Name: Jesus Rivero X-VCS-Revision: 68ecb175ef810bb245c4eed8f67c6d34589b981b X-VCS-Branch: master Date: Mon, 6 May 2013 04:39:26 +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: 7080d605-6a33-46f1-b6a5-cc8a8584c2d9 X-Archives-Hash: a583c0ae6c28ef1e34c856de707f03c4 commit: 68ecb175ef810bb245c4eed8f67c6d34589b981b Author: Jesus Rivero gmail com> AuthorDate: Mon May 6 03:49:07 2013 +0000 Commit: Jesus Rivero gentoo org> CommitDate: Mon May 6 03:49:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=68ecb175 dev-nodejs/minimatch: Fixed RDEPEND --- dev-nodejs/minimatch/minimatch-0.2.12.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dev-nodejs/minimatch/minimatch-0.2.12.ebuild b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild index a9efcad..5492d9d 100644 --- a/dev-nodejs/minimatch/minimatch-0.2.12.ebuild +++ b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild @@ -18,7 +18,8 @@ IUSE="" DEPEND=">=net-libs/nodejs-0.8.10" RDEPEND=">=dev-nodejs/lru-cache-2.3.0 - >=dev-nodejs/sigmund-1.0.0" + >=dev-nodejs/sigmund-1.0.0 + ${DEPEND}" src_unpack() { unpack "${A}"