summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2007-10-14 08:49:04 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2007-10-14 08:49:04 +0000
commit176951e0776d304dc8ef3067a5dd37ce5d8d3947 (patch)
tree559c2100afd33e4aa0205e843ab0739dd37b9663 /dev-haskell/happy/happy-1.16.ebuild
parentstable x86, bug 189672 (diff)
downloadhistorical-176951e0776d304dc8ef3067a5dd37ce5d8d3947.tar.gz
historical-176951e0776d304dc8ef3067a5dd37ce5d8d3947.tar.bz2
historical-176951e0776d304dc8ef3067a5dd37ce5d8d3947.zip
Specify dependencies more precisely for happy-1.16
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'dev-haskell/happy/happy-1.16.ebuild')
-rw-r--r--dev-haskell/happy/happy-1.16.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild
index 4d1e9675c861..a9a1da6ef0b1 100644
--- a/dev-haskell/happy/happy-1.16.ebuild
+++ b/dev-haskell/happy/happy-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.9 2007/08/11 15:37:58 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.10 2007/10/14 08:49:04 kolmodin Exp $
CABAL_FEATURES="bin"
inherit haskell-cabal autotools
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="doc"
DEPEND=">=virtual/ghc-6.4
- >=dev-haskell/cabal-1.1.6.1
+ || ( =dev-haskell/cabal-1.1.6.1 =dev-haskell/cabal-1.1.6.2 )
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets )"
RDEPEND=""