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 2A1D2139694 for ; Sat, 25 Feb 2017 17:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B33E0C39; Sat, 25 Feb 2017 17:30:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EB94E0C39 for ; Sat, 25 Feb 2017 17:30:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF1AC340C97 for ; Sat, 25 Feb 2017 17:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD3D5451 for ; Sat, 25 Feb 2017 17:30:44 +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: <1488043837.c19955b720f3c4a318eb135ff6a02b65e07151a2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/geniplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/geniplate/geniplate-0.6.0.5.ebuild X-VCS-Directories: dev-haskell/geniplate/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c19955b720f3c4a318eb135ff6a02b65e07151a2 X-VCS-Branch: master Date: Sat, 25 Feb 2017 17:30:44 +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: 4680ab4f-b9e4-4681-abfa-238d18250e94 X-Archives-Hash: 2e2c15cf044edca5a803f10789fca15e commit: c19955b720f3c4a318eb135ff6a02b65e07151a2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 25 17:27:27 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 25 17:30:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19955b7 dev-haskell/geniplate: mark as incompatible against ghc-8, bug #610022 Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/610022 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-haskell/geniplate/geniplate-0.6.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild index e13334dca6..b52dcde258 100644 --- a/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild +++ b/dev-haskell/geniplate/geniplate-0.6.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-7.4.1:= + >=dev-lang/ghc-7.4.1:=