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 D93B21384C3 for ; Mon, 7 Sep 2015 13:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634B8141DF; Mon, 7 Sep 2015 13:09:30 +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 0EAF8141DF for ; Mon, 7 Sep 2015 13:09:29 +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 08547340739 for ; Mon, 7 Sep 2015 13:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7784717A for ; Mon, 7 Sep 2015 13:09:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441631364.d7b3c5c985e38cb4eb93670692f70131295393d0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shellcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shellcheck/shellcheck-0.4.1.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d7b3c5c985e38cb4eb93670692f70131295393d0 X-VCS-Branch: master Date: Mon, 7 Sep 2015 13:09: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 X-Archives-Salt: f96847e8-112a-4e2f-9f67-f825d89ce99b X-Archives-Hash: 0e6382e8a9f72ad8ffda88f265c5a185 commit: d7b3c5c985e38cb4eb93670692f70131295393d0 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 7 13:09:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 7 13:09:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b3c5c9 dev-util/shellcheck: Fix version of dependency thanks Coacher pointing this out Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=559750 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-util/shellcheck/shellcheck-0.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shellcheck/shellcheck-0.4.1.ebuild b/dev-util/shellcheck/shellcheck-0.4.1.ebuild index 75cfb2a..490cfff 100644 --- a/dev-util/shellcheck/shellcheck-0.4.1.ebuild +++ b/dev-util/shellcheck/shellcheck-0.4.1.ebuild @@ -22,7 +22,7 @@ IUSE="" RDEPEND=" dev-haskell/json:=[profile?] - dev-haskell/mtl:=[profile?] + >=dev-haskell/mtl-0.2.1:=[profile?] dev-haskell/parsec:=[profile?] >=dev-haskell/quickcheck-2.7.4:2=[profile?] dev-haskell/regex-tdfa:=[profile?]