From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 137C1138334 for ; Tue, 21 Aug 2018 20:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24488E07EE; Tue, 21 Aug 2018 20:36:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F16A2E07EE for ; Tue, 21 Aug 2018 20:36:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70BF1335D4B for ; Tue, 21 Aug 2018 20:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50653A2 for ; Tue, 21 Aug 2018 20:36:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1534883800.111aab137e4e8eb0ea73fe43f9115e26815e1cc6.slyfox@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.5.0-r1.ebuild dev-util/shellcheck/shellcheck-0.5.0.ebuild X-VCS-Directories: dev-util/shellcheck/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 111aab137e4e8eb0ea73fe43f9115e26815e1cc6 X-VCS-Branch: master Date: Tue, 21 Aug 2018 20:36:46 +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: 9b9334ce-c62b-4017-8673-7cde253d8fea X-Archives-Hash: 921b72d0361a5fce3ab961ffa9632a91 commit: 111aab137e4e8eb0ea73fe43f9115e26815e1cc6 Author: Jeffrey Lin icurse nl> AuthorDate: Mon Aug 20 21:28:02 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Aug 21 20:36:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111aab13 dev-util/shellcheck: require quickcheck[template_haskell] Package-Manager: Portage-2.3.47, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9642 .../shellcheck/{shellcheck-0.5.0.ebuild => shellcheck-0.5.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shellcheck/shellcheck-0.5.0.ebuild b/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild similarity index 93% rename from dev-util/shellcheck/shellcheck-0.5.0.ebuild rename to dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild index 1bd29432c61..7731bf5be61 100644 --- a/dev-util/shellcheck/shellcheck-0.5.0.ebuild +++ b/dev-util/shellcheck/shellcheck-0.5.0-r1.ebuild @@ -23,7 +23,7 @@ IUSE="" RDEPEND="dev-haskell/aeson:=[profile?] >=dev-haskell/mtl-2.2.1:=[profile?] >=dev-haskell/parsec-3.0:=[profile?] - >=dev-haskell/quickcheck-2.7.4:2=[profile?] + >=dev-haskell/quickcheck-2.7.4:2=[template_haskell,profile?] dev-haskell/regex-tdfa:=[profile?] dev-haskell/semigroups:=[profile?] >=dev-lang/ghc-7.8.2:=