diff options
author | 2003-03-11 21:11:49 +0000 | |
---|---|---|
committer | 2003-03-11 21:11:49 +0000 | |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /dev-lang/ghc | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-5.02.3.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-5.04.2.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-5.04.ebuild | 6 |
3 files changed, 9 insertions, 9 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 )" diff --git a/dev-lang/ghc/ghc-5.04.2.ebuild b/dev-lang/ghc/ghc-5.04.2.ebuild index 96addab98014..7d2cd24dd2b0 100644 --- a/dev-lang/ghc/ghc-5.04.2.ebuild +++ b/dev-lang/ghc/ghc-5.04.2.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.04.2.ebuild,v 1.3 2003/03/08 23:21:18 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.2.ebuild,v 1.4 2003/03/11 21:11:45 seemant Exp $ #Some explanation of bootstrap logic: # @@ -40,7 +40,7 @@ KEYWORDS="~x86 ~sparc" # FIXME: Add USE support for parallel haskell (requires PVM) # Get PVM from ftp://ftp.netlib.org/pvm3/ DEPEND=">=dev-lang/ghc-bin-5.04 - >=sys-devel/perl-5.6.1 + >=dev-lang/perl-5.6.1 >=sys-devel/gcc-2.95.3 >=sys-devel/make-3.79.1 >=sys-apps/sed-3.02.80 @@ -52,7 +52,7 @@ DEPEND=">=dev-lang/ghc-bin-5.04 RDEPEND="virtual/glibc >=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 )" diff --git a/dev-lang/ghc/ghc-5.04.ebuild b/dev-lang/ghc/ghc-5.04.ebuild index d3e10fb2af8c..2c97e837c519 100644 --- a/dev-lang/ghc/ghc-5.04.ebuild +++ b/dev-lang/ghc/ghc-5.04.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.04.ebuild,v 1.7 2003/02/13 10:25:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.ebuild,v 1.8 2003/03/11 21:11:45 seemant Exp $ IUSE="opengl" @@ -42,7 +42,7 @@ KEYWORDS="x86 sparc " # FIXME: Add USE support for parallel haskell (requires PVM) # Get PVM from ftp://ftp.netlib.org/pvm3/ DEPEND="virtual/glibc - >=sys-devel/perl-5.6.1 + >=dev-lang/perl-5.6.1 >=sys-devel/gcc-2.95.3 >=sys-devel/make-3.79.1 >=sys-apps/sed-3.02.80 @@ -54,7 +54,7 @@ DEPEND="virtual/glibc RDEPEND="virtual/glibc >=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 )" |