diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:56:42 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:56:42 +0000 |
commit | 52dfcdd672a189d71cf4d737694a3f871b17e2d5 (patch) | |
tree | ea51c9999d3a28a6c7612a003c8f14646e867a3a /dev-haskell/gtk2hs | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-52dfcdd672a189d71cf4d737694a3f871b17e2d5.tar.gz gentoo-2-52dfcdd672a189d71cf4d737694a3f871b17e2d5.tar.bz2 gentoo-2-52dfcdd672a189d71cf4d737694a3f871b17e2d5.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index cf85a4d669c5..69d1e45aa0ea 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk2hs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.35 2007/10/29 06:51:08 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.36 2007/10/31 12:56:42 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> gtk2hs-0.9.10-r1.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 29 Oct 2007; Luis F. Araujo <araujo@gentoo.org> gtk2hs-0.9.12.ebuild: Fix for recent glib that changes the type of the gtype typedef diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild index c9ede425392b..794950d31017 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.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.10-r1.ebuild,v 1.5 2007/10/12 08:41:45 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild,v 1.6 2007/10/31 12:56:42 dcoutts Exp $ inherit base eutils ghc-package multilib autotools @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc glade gnome firefox" -RDEPEND="<virtual/ghc-6.6 - !>=virtual/ghc-6.6 +RDEPEND="<dev-lang/ghc-6.6 + !>=dev-lang/ghc-6.6 amd64? ( || ( >=dev-lang/ghc-6.4.1 >=dev-lang/ghc-bin-6.4.1 ) ) >=x11-libs/gtk+-2 glade? ( >=gnome-base/libglade-2 ) |