summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Turk <satai@gentoo.org>2003-01-18 04:02:54 +0000
committerMatthew Turk <satai@gentoo.org>2003-01-18 04:02:54 +0000
commit2ddb212d6019e19373dc81641b82dd42b27a9e46 (patch)
treef19f26ec4e2ef8aafb057fba0d502f97b8cc62e2 /dev-lang/ghc
parentVersion bump. Minor cleanups. (diff)
downloadgentoo-2-2ddb212d6019e19373dc81641b82dd42b27a9e46.tar.gz
gentoo-2-2ddb212d6019e19373dc81641b82dd42b27a9e46.tar.bz2
gentoo-2-2ddb212d6019e19373dc81641b82dd42b27a9e46.zip
Fixing the docbook dependency.
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ChangeLog8
-rw-r--r--dev-lang/ghc/ghc-5.02.3.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 7fdc5de8d9f7..449f568e5437 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/ghc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.6 2002/12/13 10:56:25 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.7 2003/01/18 04:02:54 satai Exp $
+
+ 17 Jan 2003; Matthew Turk <satai@gentoo.org> :
+ Looks like it didn't take... Trying again!
+
+ 09 Jan 2003; Matthew Turk <satai@gentoo.org> :
+ Changed the docbook-sgml-dtd dependency to one that *exists*.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-lang/ghc/ghc-5.02.3.ebuild b/dev-lang/ghc/ghc-5.02.3.ebuild
index 7e0b941fbcb2..b72ea8a63806 100644
--- a/dev-lang/ghc/ghc-5.02.3.ebuild
+++ b/dev-lang/ghc/ghc-5.02.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.11 2002/12/09 04:20:57 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.12 2003/01/18 04:02:54 satai Exp $
IUSE="doc tetex opengl"
@@ -50,7 +50,7 @@ DEPEND=">=sys-devel/perl-5.6.1
>=sys-devel/flex-2.5.4a
doc? ( >=app-text/openjade-1.3.1
>=app-text/sgml-common-0.6.3
- =app-text/docbook-sgml-dtd-3.1
+ =app-text/docbook-sgml-dtd-3.1-r1
>=app-text/docbook-dsssl-stylesheets-1.64
tetex? ( >=app-text/tetex-1.0.7
>=app-text/jadetex-3.12 ) )