diff options
author | Lance Albertson <ramereth@gentoo.org> | 2011-03-07 19:00:05 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2011-03-07 19:00:05 +0000 |
commit | 039122f6e06807878ade2fdff43fa3e89a27f043 (patch) | |
tree | 20401efff3fa5da26e299fb213970f4187231451 /app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild | |
parent | x86 stable per bug 352092 (diff) | |
download | historical-039122f6e06807878ade2fdff43fa3e89a27f043.tar.gz historical-039122f6e06807878ade2fdff43fa3e89a27f043.tar.bz2 historical-039122f6e06807878ade2fdff43fa3e89a27f043.zip |
add blocker to >=ganeti-2.4
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild')
-rw-r--r-- | app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild index 39da0d732000..792bc8b5a336 100644 --- a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild +++ b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild,v 1.2 2011/02/16 21:41:39 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild,v 1.3 2011/03/07 19:00:05 ramereth Exp $ EAPI="2" @@ -20,7 +20,8 @@ DEPEND="dev-lang/ghc dev-haskell/json dev-haskell/curl dev-haskell/network" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !>=app-emulation/ganeti-2.4" src_prepare() { # htools does not currently compile cleanly with ghc-6.12+, so remove this |