diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-02-15 12:44:28 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-02-15 12:48:28 +0300 |
commit | 2d95c3f775c2be357a725fb40afad5c79cb67ff1 (patch) | |
tree | e8847a626c2e1460daf0d0bd7dd6e35e96db0fe8 /app-emulation/ganeti | |
parent | media-sound/gmtp: Remove old (diff) | |
download | gentoo-2d95c3f775c2be357a725fb40afad5c79cb67ff1.tar.gz gentoo-2d95c3f775c2be357a725fb40afad5c79cb67ff1.tar.bz2 gentoo-2d95c3f775c2be357a725fb40afad5c79cb67ff1.zip |
app-emulation/ganeti: old versions does not build with GHC 7.8 and above
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.10.5-r4.ebuild | 3 | ||||
-rw-r--r-- | 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 527e5766ef72..eea792e4c167 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 d3c3812b80d9..cec269b9542a 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= |