summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-06-30 17:50:04 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-06-30 17:50:04 +0000
commit3ef627a06279767ca33c93388d345c005b0bbc7e (patch)
tree363880b68bc94a863c03a529d8a2a44cfd43a272 /dev-haskell/time
parentRespect LDFLAGS (bug #284769). (diff)
downloadgentoo-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')
-rw-r--r--dev-haskell/time/ChangeLog6
-rw-r--r--dev-haskell/time/time-1.1.4.ebuild12
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog
index 17a32a11e3cf..a1e741359949 100644
--- a/dev-haskell/time/ChangeLog
+++ b/dev-haskell/time/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/time
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.20 2010/06/13 21:57:23 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.21 2010/06/30 17:50:04 kolmodin Exp $
+
+ 30 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> time-1.1.4.ebuild:
+ Bump to new version, which unfortunately does not build with <ghc-6.10.
+ Re-add all the KEYWORDs once we have ghc for those arches.
13 Jun 2010; Lennart Kolmodin <kolmodin@gentoo.org> time-1.1.4.ebuild:
time 1.1.4 is a core package in ghc 6.12.3, add 6.12.3 to
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"