commit: 2d95c3f775c2be357a725fb40afad5c79cb67ff1
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 09:44:28 2016 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> 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=
+ <dev-lang/ghc-7.8
dev-haskell/json:0=
dev-haskell/curl:0=
dev-haskell/network:0=
diff --git a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
b/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
index d3c3812..cec269b 100644
--- a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
+++ b/app-emulation/ganeti/ganeti-2.11.6-r2.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$
@@ -41,6 +41,7 @@ USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}"
GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}"
HASKELL_DEPS=">=dev-lang/ghc-6.12:0=
+ <dev-lang/ghc-7.8
dev-haskell/json:0=
dev-haskell/curl:0=
dev-haskell/network:0=