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 66DB1138010 for ; Mon, 15 Feb 2016 09:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3765EE0782; Mon, 15 Feb 2016 09:48:37 +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 D5318E0782 for ; Mon, 15 Feb 2016 09:48:36 +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 AC75F3410B6 for ; Mon, 15 Feb 2016 09:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6901069 for ; Mon, 15 Feb 2016 09:48:33 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1455529708.2d95c3f775c2be357a725fb40afad5c79cb67ff1.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/ganeti-2.10.5-r4.ebuild app-emulation/ganeti/ganeti-2.11.6-r2.ebuild X-VCS-Directories: app-emulation/ganeti/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 2d95c3f775c2be357a725fb40afad5c79cb67ff1 X-VCS-Branch: master Date: Mon, 15 Feb 2016 09:48:33 +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: 85686cc1-fe8c-493d-a046-52c077034d83 X-Archives-Hash: e780b4834b3f99f47d0d156ebff280b2 commit: 2d95c3f775c2be357a725fb40afad5c79cb67ff1 Author: Sergey Popov gentoo org> AuthorDate: Mon Feb 15 09:44:28 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Feb 15 09:48:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d95c3f7 app-emulation/ganeti: old versions does not build with GHC 7.8 and above Package-Manager: portage-2.2.26 app-emulation/ganeti/ganeti-2.10.5-r4.ebuild | 3 ++- app-emulation/ganeti/ganeti-2.11.6-r2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emulation/ganeti/ganeti-2.10.5-r4.ebuild b/app-emulation/ganeti/ganeti-2.10.5-r4.ebuild index 527e576..eea792e 100644 --- a/app-emulation/ganeti/ganeti-2.10.5-r4.ebuild +++ b/app-emulation/ganeti/ganeti-2.10.5-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,6 +38,7 @@ IUSE="kvm xen lxc drbd htools syslog ipv6 haskell-daemons rbd test" REQUIRED_USE="|| ( kvm xen lxc )" HASKELL_DEPS=">=dev-lang/ghc-6.12:0= +