diff options
Diffstat (limited to 'sci-biology/flower/flower-0.7.2.ebuild')
-rw-r--r-- | sci-biology/flower/flower-0.7.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/flower/flower-0.7.2.ebuild b/sci-biology/flower/flower-0.7.2.ebuild index e2986ed050b1..6064b581eee1 100644 --- a/sci-biology/flower/flower-0.7.2.ebuild +++ b/sci-biology/flower/flower-0.7.2.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/flower/flower-0.7.2.ebuild,v 1.1 2013/09/22 14:16:14 cynede Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/flower/flower-0.7.2.ebuild,v 1.2 2015/01/19 22:44:09 slyfox Exp $ + +# ebuild generated by hackport 0.2.17.9999 EAPI=5 CABAL_FEATURES="bin" -inherit haskell-cabal +inherit eutils haskell-cabal DESCRIPTION="Analyze 454 flowgrams (.SFF files)" HOMEPAGE="http://biohaskell.org/Applications/Flower" @@ -27,6 +29,7 @@ DEPEND="${RDEPEND} >=dev-lang/ghc-6.10.1" src_prepare() { + epatch "${FILESDIR}"/${P}-ghc-7.8.patch cabal_chdeps \ 'binary == 0.4.*' 'binary >= 0.4 && <0.8' } |