diff options
author | 2010-06-30 17:50:04 +0000 | |
---|---|---|
committer | 2010-06-30 17:50:04 +0000 | |
commit | 3ef627a06279767ca33c93388d345c005b0bbc7e (patch) | |
tree | 363880b68bc94a863c03a529d8a2a44cfd43a272 /dev-haskell/time/time-1.1.4.ebuild | |
parent | Respect LDFLAGS (bug #284769). (diff) | |
download | gentoo-2-3ef627a06279767ca33c93388d345c005b0bbc7e.tar.gz gentoo-2-3ef627a06279767ca33c93388d345c005b0bbc7e.tar.bz2 gentoo-2-3ef627a06279767ca33c93388d345c005b0bbc7e.zip |
Bump dev-haskell/time to 1.1.4 (requires >=ghc-6.10)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/time/time-1.1.4.ebuild')
-rw-r--r-- | dev-haskell/time/time-1.1.4.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/time/time-1.1.4.ebuild b/dev-haskell/time/time-1.1.4.ebuild index 77febfbdf975..aa2b6d2675c1 100644 --- a/dev-haskell/time/time-1.1.4.ebuild +++ b/dev-haskell/time/time-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v 1.2 2010/06/13 21:57:23 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.4.ebuild,v 1.3 2010/06/30 17:50:04 kolmodin Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,10 +11,14 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND=">=dev-lang/ghc-6.6.1 +# upstream does not implement 'cabal test' yet +# addresses https://bugs.gentoo.org/show_bug.cgi?id=314587 +RESTRICT="test" + +DEPEND=">=dev-lang/ghc-6.10 >=dev-haskell/cabal-1.6" -CABAL_CORE_LIB_GHC_PV="6.12.1 6.12.3" +CABAL_CORE_LIB_GHC_PV="6.12.1 6.12.2 6.12.3" |