summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-10-26 22:56:59 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-10-26 22:56:59 +0000
commit2e9b04fd281014412482401bb9cd38ae423bf84c (patch)
treeee6844e2a06c1a55c2812f91d7932f8fa00ae944 /dev-haskell
parentDepend on gvfs[gnome] otherwise gnome-open does nothing, bug #288794. (diff)
downloadgentoo-2-2e9b04fd281014412482401bb9cd38ae423bf84c.tar.gz
gentoo-2-2e9b04fd281014412482401bb9cd38ae423bf84c.tar.bz2
gentoo-2-2e9b04fd281014412482401bb9cd38ae423bf84c.zip
Fix deps in dev-haskell/x11
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/x11/ChangeLog5
-rw-r--r--dev-haskell/x11/x11-1.4.6.1.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-haskell/x11/ChangeLog b/dev-haskell/x11/ChangeLog
index 41443936a353..b13272430ba3 100644
--- a/dev-haskell/x11/ChangeLog
+++ b/dev-haskell/x11/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/x11
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.16 2009/10/26 22:19:50 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.17 2009/10/26 22:56:59 kolmodin Exp $
+
+ 26 Oct 2009; <kolmodin@gentoo.org> x11-1.4.6.1.ebuild:
+ Fix deps
*x11-1.4.6.1 (26 Oct 2009)
diff --git a/dev-haskell/x11/x11-1.4.6.1.ebuild b/dev-haskell/x11/x11-1.4.6.1.ebuild
index b5e48883a1c9..c7f07425f2e4 100644
--- a/dev-haskell/x11/x11-1.4.6.1.ebuild
+++ b/dev-haskell/x11/x11-1.4.6.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.1 2009/10/26 22:19:50 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.2 2009/10/26 22:56:59 kolmodin Exp $
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal eutils
MY_PN="X11"
MY_P="${MY_PN}-${PV}"
@@ -17,11 +17,11 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86"
IUSE="xinerama"
-DEPEND=">=dev-haskell/cabal-1.2"
-RDEPEND="${DEPEND}
- >=dev-lang/ghc-6.8
+RDEPEND=">=dev-lang/ghc-6.8
x11-libs/libX11
xinerama? ( x11-libs/libXinerama )"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
S="${WORKDIR}/${MY_P}"