summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:44:30 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 00:44:30 +0000
commit34ce2612a17d8bf1fd77b914072b64731725ae0a (patch)
treeb45c09194a74dfe299bd8a250b5a332671bb95f3 /dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
parentRemove old comment. (diff)
downloadgentoo-2-34ce2612a17d8bf1fd77b914072b64731725ae0a.tar.gz
gentoo-2-34ce2612a17d8bf1fd77b914072b64731725ae0a.tar.bz2
gentoo-2-34ce2612a17d8bf1fd77b914072b64731725ae0a.zip
Does not work with gtksourceview 2.x. Fixes bug #201210.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild')
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
index 8c5091d0f7db..1d3cacc5d7c7 100644
--- a/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild
+++ b/dev-haskell/gtk2hs/gtk2hs-0.9.11.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/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.5 2007/10/12 08:41:45 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.11.ebuild,v 1.6 2007/12/13 00:44:30 dcoutts Exp $
inherit base eutils ghc-package multilib toolchain-funcs versionator
@@ -19,9 +19,9 @@ RDEPEND=">=dev-lang/ghc-6.2
>=x11-libs/gtk+-2
glade? ( >=gnome-base/libglade-2 )
gnome? ( >=gnome-base/libglade-2
- =x11-libs/gtksourceview-1*
- >=gnome-base/gconf-2
- >=gnome-base/librsvg-2.16 )
+ <x11-libs/gtksourceview-2.0
+ >=gnome-base/gconf-2
+ >=gnome-base/librsvg-2.16 )
opengl? ( x11-libs/gtkglext )
seamonkey? ( >=www-client/seamonkey-1.0.2 )
firefox? ( >=www-client/mozilla-firefox-1.0.4 )