diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
commit | 85df2102a71090df2456eaea7f6a4df48ba8b339 (patch) | |
tree | 226275d8b20a3a8e1e5d36ff0bcde20bb2d15605 /dev-lang/ghc/ghc-5.02.3.ebuild | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.gz historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.bz2 historical-85df2102a71090df2456eaea7f6a4df48ba8b339.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'dev-lang/ghc/ghc-5.02.3.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-5.02.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-5.02.3.ebuild b/dev-lang/ghc/ghc-5.02.3.ebuild index 126de8a5560b..256fad10bc0f 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-2003 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.13 2003/02/13 10:25:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.14 2003/03/11 21:11:45 seemant Exp $ IUSE="doc tetex opengl" @@ -43,7 +43,7 @@ KEYWORDS="x86 sparc " # FIXME: Add USE support for parallel haskell (requires PVM) # Get PVM from ftp://ftp.netlib.org/pvm3/ -DEPEND=">=sys-devel/perl-5.6.1 +DEPEND=">=dev-lang/perl-5.6.1 >=sys-devel/gcc-2.95.3 >=sys-devel/make-3.79.1 >=sys-apps/sed-3.02.80 @@ -59,7 +59,7 @@ DEPEND=">=sys-devel/perl-5.6.1 virtual/glut )" RDEPEND=">=sys-devel/gcc-2.95.3 - >=sys-devel/perl-5.6.1 + >=dev-lang/perl-5.6.1 opengl? ( virtual/opengl virtual/glu virtual/glut )" |